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

ABI
Viewer

SymbolsTypes



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
Source connect.c
Params 5
Return int
Size 1476
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


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

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


Registers usage

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







Andrey Ponomarenko's ABI laboratory