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