ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_channel_poll_timeout (
ssh_channel channel,
int timeout,
int is_stderr
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 3 |
Return | int |
Source | channels.c |
Size | 131 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | channel | ssh_channel | 8 | %rdi |
1 | timeout | int | 4 | %rsi |
2 | is_stderr | int | 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 | timeout | int |
%rdx | is_stderr | int |