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