ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PEM_def_callback (
char* buf,
int num,
int w,
void* key
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | pem_lib.c |
| Size | 260 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | buf | char* | 8 | %rdi |
| 1 | num | int | 4 | %rsi |
| 2 | w | int | 4 | %rdx |
| 3 | key | void* | 8 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | buf | char* |
| %rsi | num | int |
| %rdx | w | int |
| %rcx | key | void* |