libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EVP_PKEY_asn1_find_str


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EVP_PKEY_asn1_find_str ( ENGINE** pe, char const* str, int len )
Type FUNC
Bind GLOBAL
Params 3
Return EVP_PKEY_ASN1_METHOD const*
Source ameth_lib.c
Size 233

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0peENGINE**8%rdi
1strchar const*8%rsi
2lenint4%rdx
RETURN
.retvalEVP_PKEY_ASN1_METHOD const*8%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalEVP_PKEY_ASN1_METHOD const*
%rdipeENGINE**
%rsistrchar const*
%rdxlenint




Andrey Ponomarenko's ABI laboratory