ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
channel_read_buffer (
ssh_channel channel,
ssh_buffer buffer,
uint32_t count,
int is_stderr
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | channels.c |
| Size | 406 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | channel | ssh_channel | 8 | %rdi |
| 1 | buffer | ssh_buffer | 8 | %rsi |
| 2 | count | uint32_t | 4 | %rdx |
| 3 | is_stderr | int | 4 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | channel | ssh_channel |
| %rsi | buffer | ssh_buffer |
| %rdx | count | uint32_t |
| %rcx | is_stderr | int |