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

ABI
Viewer

SymbolsTypes



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
Source legacy.c
Params 4
Return int
Size 14
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


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

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


Registers usage

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







Andrey Ponomarenko's ABI laboratory