libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EC_KEY_get0_private_key


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EC_KEY_get0_private_key ( EC_KEY const* key )
Type FUNC
Bind GLOBAL
Params 1
Return BIGNUM const*
Source ec_key.c
Size 5

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0keyEC_KEY const*8%rdi
RETURN
.retvalBIGNUM const*8%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalBIGNUM const*
%rdikeyEC_KEY const*




Andrey Ponomarenko's ABI laboratory