libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



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
Bind GLOBAL
Params 5
Return int
Source channels.c
Size 262

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0channelssh_channel8%rdi
1remotehostchar const*8%rsi
2remoteportint4%rdx
3sourcehostchar const*8%rcx
4localportint4%r8
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdichannelssh_channel
%rsiremotehostchar const*
%rdxremoteportint
%rcxsourcehostchar const*
%r8localportint




Andrey Ponomarenko's ABI laboratory