ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
sk_set_cmp_func (
_STACK* sk,
int(*)(void const*, void const*) c
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | int(*)(void const*, void const*) |
| Source | stack.c |
| Size | 21 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | sk | _STACK* | 8 | %rdi |
| 1 | c | int(*)(void const*, void const*) | 8 | %rsi |
| RETURN | ||||
| .retval | int(*)(void const*, void const*) | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int(*)(void const*, void const*) |
| %rdi | sk | _STACK* |
| %rsi | c | int(*)(void const*, void const*) |