libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ec_GF2m_simple_point_set_to_infinity


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ec_GF2m_simple_point_set_to_infinity ( EC_GROUP const* group, EC_POINT* point )
Type FUNC
Bind GLOBAL
Params 2
Return int
Source ec2_smpl.c
Size 35

Calling sequence

PADDINGPARAM
LOCALRETURN

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

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

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




Andrey Ponomarenko's ABI laboratory