ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_channel_select (
ssh_channel* readchans,
ssh_channel* writechans,
ssh_channel* exceptchans,
struct timeval* timeout
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 4 |
Return | int |
Source | channels.c |
Size | 1040 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | readchans | ssh_channel* | 8 | %rdi |
1 | writechans | ssh_channel* | 8 | %rsi |
2 | exceptchans | ssh_channel* | 8 | %rdx |
3 | timeout | struct timeval* | 8 | %rcx |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | readchans | ssh_channel* |
%rsi | writechans | ssh_channel* |
%rdx | exceptchans | ssh_channel* |
%rcx | timeout | struct timeval* |