ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
CRYPTO_set_ex_data (
CRYPTO_EX_DATA* ad,
int idx,
void* val
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | int |
| Source | ex_data.c |
| Size | 184 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ad | CRYPTO_EX_DATA* | 8 | %rdi |
| 1 | idx | int | 4 | %rsi |
| 2 | val | void* | 8 | %rdx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ad | CRYPTO_EX_DATA* |
| %rsi | idx | int |
| %rdx | val | void* |