libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EVP_PKEY_asn1_set_ctrl


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EVP_PKEY_asn1_set_ctrl ( EVP_PKEY_ASN1_METHOD* ameth, int(*)(EVP_PKEY*, int, long, void*) pkey_ctrl )
Type FUNC
Bind GLOBAL
Params 2
Return void
Source ameth_lib.c
Size 8

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0amethEVP_PKEY_ASN1_METHOD*8%rdi
1pkey_ctrlint(*)(EVP_PKEY*, int, long, void*)8%rsi
RETURN: none

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdiamethEVP_PKEY_ASN1_METHOD*
%rsipkey_ctrlint(*)(EVP_PKEY*, int, long, void*)




Andrey Ponomarenko's ABI laboratory