libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EVP_PKEY_copy_parameters


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EVP_PKEY_copy_parameters ( EVP_PKEY* to, EVP_PKEY const* from )
Type FUNC
Bind GLOBAL
Params 2
Return int
Source p_lib.c
Size 146

Calling sequence

PADDINGPARAM
LOCALRETURN

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

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rditoEVP_PKEY*
%rsifromEVP_PKEY const*




Andrey Ponomarenko's ABI laboratory