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

ABI
Viewer

SymbolsTypes



Symbol: ssh_channel_set_blocking


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_channel_set_blocking (
    ssh_channel channel,
    int blocking
)
Type FUNC
Source channels.c
Params 2
Return void
Size 12
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0channelssh_channel8%rdi
1blockingint4%rsi
RETURN: none


Stack frame layout

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


Registers usage

Old New
NameContentsType
%rdichannelssh_channel
%rsiblockingint
NameContentsType
%rdichannelssh_channel
%rsiblockingint







Andrey Ponomarenko's ABI laboratory