libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ssh_pki_export_privkey_to_pubkey


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ssh_pki_export_privkey_to_pubkey ( ssh_key const privkey, ssh_key* pkey )
Type FUNC
Bind GLOBAL
Params 2
Return int
Source pki.c
Size 80

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0privkeyssh_key const8%rdi
1pkeyssh_key*8%rsi
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdiprivkeyssh_key const
%rsipkeyssh_key*




Andrey Ponomarenko's ABI laboratory