ABI | Symbols | Types |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_event_add_fd ( ssh_event event, socket_t fd, short events, ssh_event_callback cb, void* userdata ) |
---|---|
Type | FUNC |
Source | poll.c |
Params | 5 |
Return | int |
Size | 225 |
Bind | GLOBAL |
Vis | DEFAULT |
Ndx | 11 |
Status | ADDED |
|
|
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | event | ssh_event | 8 | %rdi |
1 | fd | socket_t | 4 | %rsi |
2 | events | short | 2 | %rdx |
3 | cb | ssh_event_callback | 8 | %rcx |
4 | userdata | void* | 8 | %r8 |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | event | ssh_event |
%rsi | fd | socket_t |
%rdx | events | short |
%rcx | cb | ssh_event_callback |
%r8 | userdata | void* |