libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



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
Bind GLOBAL
Params 3
Return int
Source pki.c
Size 157

Calling sequence

PADDINGPARAM
LOCALRETURN

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