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