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