libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: X509_EXTENSION_set_object


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
X509_EXTENSION_set_object ( X509_EXTENSION* ex, ASN1_OBJECT* obj )
Type FUNC
Bind GLOBAL
Params 2
Return int
Source x509_v3.c
Size 67

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0exX509_EXTENSION*8%rdi
1objASN1_OBJECT*8%rsi
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdiexX509_EXTENSION*
%rsiobjASN1_OBJECT*




Andrey Ponomarenko's ABI laboratory