libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: channel_select


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
channel_select ( ssh_channel* readchans, ssh_channel* writechans, ssh_channel* exceptchans, struct timeval* timeout )
Type FUNC
Bind GLOBAL
Params 4
Return int
Source legacy.c
Size 14

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0readchansssh_channel*8%rdi
1writechansssh_channel*8%rsi
2exceptchansssh_channel*8%rdx
3timeoutstruct timeval*8%rcx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdireadchansssh_channel*
%rsiwritechansssh_channel*
%rdxexceptchansssh_channel*
%rcxtimeoutstruct timeval*




Andrey Ponomarenko's ABI laboratory