libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: X509v3_get_ext_by_OBJ


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
X509v3_get_ext_by_OBJ ( struct stack_st_X509_EXTENSION const* sk, ASN1_OBJECT* obj, int lastpos )
Type FUNC
Bind GLOBAL
Params 3
Return int
Source x509_v3.c
Size 104

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0skstruct stack_st_X509_EXTENSION const*8%rdi
1objASN1_OBJECT*8%rsi
2lastposint4%rdx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdiskstruct stack_st_X509_EXTENSION const*
%rsiobjASN1_OBJECT*
%rdxlastposint




Andrey Ponomarenko's ABI laboratory