ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
channel_open_forward (
ssh_channel channel,
char const* remotehost,
int remoteport,
char const* sourcehost,
int localport
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 5 |
Return | int |
Source | legacy.c |
Size | 14 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | channel | ssh_channel | 8 | %rdi |
1 | remotehost | char const* | 8 | %rsi |
2 | remoteport | int | 4 | %rdx |
3 | sourcehost | char const* | 8 | %rcx |
4 | localport | int | 4 | %r8 |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | channel | ssh_channel |
%rsi | remotehost | char const* |
%rdx | remoteport | int |
%rcx | sourcehost | char const* |
%r8 | localport | int |