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