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