ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ssh_string_fill (
struct ssh_string_struct* s,
void const* data,
size_t len
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | int |
| Source | string.c |
| Size | 88 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | s | struct ssh_string_struct* | 8 | %rdi |
| 1 | data | void const* | 8 | %rsi |
| 2 | len | size_t | 8 | %rdx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | s | struct ssh_string_struct* |
| %rsi | data | void const* |
| %rdx | len | size_t |