libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ssh_select


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ssh_select ( ssh_channel* channels, ssh_channel* outchannels, socket_t maxfd, fd_set* readfds, struct timeval* timeout )
Type FUNC
Bind GLOBAL
Params 5
Return int
Source connect.c
Size 647

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0channelsssh_channel*8%rdi
1outchannelsssh_channel*8%rsi
2maxfdsocket_t4%rdx
3readfdsfd_set*8%rcx
4timeoutstruct timeval*8%r8
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdichannelsssh_channel*
%rsioutchannelsssh_channel*
%rdxmaxfdsocket_t
%rcxreadfdsfd_set*
%r8timeoutstruct timeval*




Andrey Ponomarenko's ABI laboratory