libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EC_POINT_bn2point


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EC_POINT_bn2point ( EC_GROUP const* group, BIGNUM const* bn, EC_POINT* point, BN_CTX* ctx )
Type FUNC
Bind GLOBAL
Params 4
Return EC_POINT*
Source ec_print.c
Size 252

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0groupEC_GROUP const*8%rdi
1bnBIGNUM const*8%rsi
2pointEC_POINT*8%rdx
3ctxBN_CTX*8%rcx
RETURN
.retvalEC_POINT*8%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalEC_POINT*
%rdigroupEC_GROUP const*
%rsibnBIGNUM const*
%rdxpointEC_POINT*
%rcxctxBN_CTX*




Andrey Ponomarenko's ABI laboratory