libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: X509_STORE_load_locations


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
X509_STORE_load_locations ( X509_STORE* ctx, char const* file, char const* path )
Type FUNC
Bind GLOBAL
Params 3
Return int
Source x509_d2.c
Size 190

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0ctxX509_STORE*8%rdi
1filechar const*8%rsi
2pathchar const*8%rdx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdictxX509_STORE*
%rsifilechar const*
%rdxpathchar const*




Andrey Ponomarenko's ABI laboratory