libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EC_POINT_copy


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EC_POINT_copy ( EC_POINT* dest, EC_POINT const* src )
Type FUNC
Bind GLOBAL
Params 2
Return int
Source ec_lib.c
Size 117

Calling sequence

PADDINGPARAM
LOCALRETURN

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

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdidestEC_POINT*
%rsisrcEC_POINT const*




Andrey Ponomarenko's ABI laboratory