ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_set_channel_callbacks (
ssh_channel channel,
ssh_channel_callbacks cb
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 2 |
Return | int |
Source | callbacks.c |
Size | 98 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | channel | ssh_channel | 8 | %rdi |
1 | cb | ssh_channel_callbacks | 8 | %rsi |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | channel | ssh_channel |
%rsi | cb | ssh_channel_callbacks |