Diff:
libssh.so 0.5.5 (x86_64)
libssh.so 0.6.0 (x86_64)

ABI
Viewer

SymbolsTypes



Added 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
Source channels.c
Params 3
Return int
Size 279
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status ADDED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
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