ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
BN_set_params (
int mult,
int high,
int low,
int mont
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | void |
| Source | bn_lib.c |
| Size | 147 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | mult | int | 4 | %rdi |
| 1 | high | int | 4 | %rsi |
| 2 | low | int | 4 | %rdx |
| 3 | mont | int | 4 | %rcx |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | mult | int |
| %rsi | high | int |
| %rdx | low | int |
| %rcx | mont | int |