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

ABI
Viewer

SymbolsTypes



Symbol: ssh_channel_open_reverse_forward


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_channel_open_reverse_forward (
    ssh_channel channel,
    char const* remotehost,
    int remoteport,
    char const* sourcehost,
    int localport
)
Type FUNC
Source channels.c
Params 5
Return int
Size 426
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0channelssh_channel8%rdi
1remotehostchar const*8%rsi
2remoteportint4%rdx
3sourcehostchar const*8%rcx
4localportint4%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
%rsiremotehostchar const*
%rdxremoteportint
%rcxsourcehostchar const*
%r8localportint
NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsiremotehostchar const*
%rdxremoteportint
%rcxsourcehostchar const*
%r8localportint







Andrey Ponomarenko's ABI laboratory