libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EC_POINT_make_affine


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EC_POINT_make_affine ( EC_GROUP const* group, EC_POINT* point, BN_CTX* ctx )
Type FUNC
Bind GLOBAL
Params 3
Return int
Source ec_lib.c
Size 111

Calling sequence

PADDINGPARAM
LOCALRETURN

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

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdigroupEC_GROUP const*
%rsipointEC_POINT*
%rdxctxBN_CTX*




Andrey Ponomarenko's ABI laboratory