libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EVP_PKEY_meth_set_copy


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EVP_PKEY_meth_set_copy ( EVP_PKEY_METHOD* pmeth, int(*)(EVP_PKEY_CTX*, EVP_PKEY_CTX*) copy )
Type FUNC
Bind GLOBAL
Params 2
Return void
Source pmeth_lib.c
Size 5

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0pmethEVP_PKEY_METHOD*8%rdi
1copyint(*)(EVP_PKEY_CTX*, EVP_PKEY_CTX*)8%rsi
RETURN: none

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdipmethEVP_PKEY_METHOD*
%rsicopyint(*)(EVP_PKEY_CTX*, EVP_PKEY_CTX*)




Andrey Ponomarenko's ABI laboratory