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

ABI
Viewer

SymbolsTypes



Symbol: ssh_options_set


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_options_set (
    ssh_session session,
    enum ssh_options_e type,
    void const* value
)
Type FUNC
Source options.c
Params 3
Return int
Size 2532
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0sessionssh_session8%rdi
1typeenum ssh_options_e4%rsi
2valuevoid const*8%rdx
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
%rdisessionssh_session
%rsitypeenum ssh_options_e
%rdxvaluevoid const*
NameContentsType
%rax.retvalint
%rdisessionssh_session
%rsitypeenum ssh_options_e
%rdxvaluevoid const*







Andrey Ponomarenko's ABI laboratory