ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
CRYPTO_get_locked_mem_ex_functions (
void*(**)(size_t, char const*, int) m,
void(**)(void*) f
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | void |
| Source | mem.c |
| Size | 49 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | m | void*(*)(size_t, char const*, int) | 8 | %rdi |
| 1 | f | void(*)(void*) | 8 | %rsi |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | m | void*(*)(size_t, char const*, int) |
| %rsi | f | void(*)(void*) |