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

ABI
Viewer

SymbolsTypes



Symbol: ssh_channel_request_x11


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_channel_request_x11 (
    ssh_channel channel,
    int single_connection,
    char const* protocol,
    char const* cookie,
    int screen_number
)
Type FUNC
Source channels.c
Params 5
Return int
Size 328
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


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

Old New
OffsetContentsType
local space,
return address,
etc.
OffsetContentsType
local space,
return address,
etc.


Registers usage

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







Andrey Ponomarenko's ABI laboratory