ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ERR_peek_last_error_line_data (
char const** file,
int* line,
char const** data,
int* flags
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | unsigned long |
| Source | err.c |
| Size | 36 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | file | char const** | 8 | %rdi |
| 1 | line | int* | 8 | %rsi |
| 2 | data | char const** | 8 | %rdx |
| 3 | flags | int* | 8 | %rcx |
| RETURN | ||||
| .retval | unsigned long | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | unsigned long |
| %rdi | file | char const** |
| %rsi | line | int* |
| %rdx | data | char const** |
| %rcx | flags | int* |