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

ABI
Viewer

SymbolsTypes



Symbol: ssh_options_copy


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_options_copy (
    ssh_session src,
    ssh_session* dest
)
Type FUNC
Source options.c
Params 2
Return int
Size 579
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status UNCHANGED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0srcssh_session8%rdi
1destssh_session*8%rsi
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
%rdisrcssh_session
%rsidestssh_session*
NameContentsType
%rax.retvalint
%rdisrcssh_session
%rsidestssh_session*







Andrey Ponomarenko's ABI laboratory