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

ABI
Viewer

SymbolsTypes



Added Symbol: ssh_key_cmp


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_key_cmp (
    ssh_key const k1,
    ssh_key const k2,
    enum ssh_keycmp_e what
)
Type FUNC
Source pki.c
Params 3
Return int
Size 106
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status ADDED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0k1ssh_key const8%rdi
1k2ssh_key const8%rsi
2whatenum ssh_keycmp_e4%rdx
RETURN
.retvalint4%rax


Stack frame layout

OffsetContentsType
local space,
return address,
etc.


Registers usage

NameContentsType
%rax.retvalint
%rdik1ssh_key const
%rsik2ssh_key const
%rdxwhatenum ssh_keycmp_e







Andrey Ponomarenko's ABI laboratory