ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
sftp_write (
sftp_file file,
void const* buf,
size_t count
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | ssize_t |
| Source | sftp.c |
| Size | 520 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | file | sftp_file | 8 | %rdi |
| 1 | buf | void const* | 8 | %rsi |
| 2 | count | size_t | 8 | %rdx |
| RETURN | ||||
| .retval | ssize_t | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | ssize_t |
| %rdi | file | sftp_file |
| %rsi | buf | void const* |
| %rdx | count | size_t |