libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EC_POINT_set_to_infinity


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EC_POINT_set_to_infinity ( EC_GROUP const* group, EC_POINT* point )
Type FUNC
Bind GLOBAL
Params 2
Return int
Source ec_lib.c
Size 105

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