libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: channel_request_x11


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
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 legacy.c
Size 14

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0channelssh_channel8%rdi
1single_connectionint4%rsi
2protocolchar const*8%rdx
3cookiechar const*8%rcx
4screen_numberint4%r8
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsisingle_connectionint
%rdxprotocolchar const*
%rcxcookiechar const*
%r8screen_numberint




Andrey Ponomarenko's ABI laboratory