ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_channel_request_x11 (
ssh_channel channel,
int single_connection,
char const* protocol,
char const* cookie,
int screen_number
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 5 |
Return | int |
Source | channels.c |
Size | 317 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | channel | ssh_channel | 8 | %rdi |
1 | single_connection | int | 4 | %rsi |
2 | protocol | char const* | 8 | %rdx |
3 | cookie | char const* | 8 | %rcx |
4 | screen_number | 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 | single_connection | int |
%rdx | protocol | char const* |
%rcx | cookie | char const* |
%r8 | screen_number | int |