ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
CRYPTO_set_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 | int |
| Source | mem.c |
| Size | 88 |
| 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 | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %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(*)() |