ABI | Symbols | Types |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_channel_read_timeout ( ssh_channel channel, void* dest, uint32_t count, int is_stderr, int timeout ) |
---|---|
Type | FUNC |
Source | channels.c |
Params | 5 |
Return | int |
Size | 419 |
Bind | GLOBAL |
Vis | DEFAULT |
Ndx | 11 |
Status | ADDED |
|
|
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | channel | ssh_channel | 8 | %rdi |
1 | dest | void* | 8 | %rsi |
2 | count | uint32_t | 4 | %rdx |
3 | is_stderr | int | 4 | %rcx |
4 | timeout | int | 4 | %r8 |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | channel | ssh_channel |
%rsi | dest | void* |
%rdx | count | uint32_t |
%rcx | is_stderr | int |
%r8 | timeout | int |