ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
bn_sqr_words (
unsigned long* r,
unsigned long const* a,
int n
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | void |
| Source | x86_64-gcc.c |
| Size | 144 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | r | unsigned long* | 8 | %rdi |
| 1 | a | unsigned long const* | 8 | %rsi |
| 2 | n | int | 4 | %rdx |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | r | unsigned long* |
| %rsi | a | unsigned long const* |
| %rdx | n | int |