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

ABI
Viewer

SymbolsTypes



Added Symbol: ssh_options_get


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_options_get (
    ssh_session session,
    enum ssh_options_e type,
    char** value
)
Type FUNC
Source options.c
Params 3
Return int
Size 241
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status ADDED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0sessionssh_session8%rdi
1typeenum ssh_options_e4%rsi
2valuechar**8%rdx
RETURN
.retvalint4%rax


Stack frame layout

OffsetContentsType
local space,
return address,
etc.


Registers usage

NameContentsType
%rax.retvalint
%rdisessionssh_session
%rsitypeenum ssh_options_e
%rdxvaluechar**







Andrey Ponomarenko's ABI laboratory