ABI | Symbols | Types |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_event_dopoll ( ssh_event event, int timeout ) |
---|---|
Type | FUNC |
Source | poll.c |
Params | 2 |
Return | int |
Size | 41 |
Bind | GLOBAL |
Vis | DEFAULT |
Ndx | 11 |
Status | ADDED |
|
|
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | event | ssh_event | 8 | %rdi |
1 | timeout | int | 4 | %rsi |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | event | ssh_event |
%rsi | timeout | int |