libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ssh_channel_open_x11


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ssh_channel_open_x11 ( ssh_channel channel, char const* orig_addr, int orig_port )
Type FUNC
Bind GLOBAL
Params 3
Return int
Source channels.c
Size 222

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0channelssh_channel8%rdi
1orig_addrchar const*8%rsi
2orig_portint4%rdx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsiorig_addrchar const*
%rdxorig_portint




Andrey Ponomarenko's ABI laboratory