libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: d2i_ASN1_SET


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
d2i_ASN1_SET ( struct stack_st_OPENSSL_BLOCK** a, unsigned char const** pp, long length, d2i_of_void* d2i, void(*)(OPENSSL_BLOCK) free_func, int ex_tag, int ex_class )
Type FUNC
Bind GLOBAL
Params 7
Return struct stack_st_OPENSSL_BLOCK*
Source a_set.c
Size 607

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0astruct stack_st_OPENSSL_BLOCK**8%rdi
1ppunsigned char const**8%rsi
2lengthlong8%rdx
3d2id2i_of_void*8%rcx
4free_funcvoid(*)(OPENSSL_BLOCK)8%r8
5ex_tagint4%r9
6ex_classint4stack + 0
RETURN
.retvalstruct stack_st_OPENSSL_BLOCK*8%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.
0ex_classint

Registers usage

NameContentsType
%rax.retvalstruct stack_st_OPENSSL_BLOCK*
%rdiastruct stack_st_OPENSSL_BLOCK**
%rsippunsigned char const**
%rdxlengthlong
%rcxd2id2i_of_void*
%r8free_funcvoid(*)(OPENSSL_BLOCK)
%r9ex_tagint




Andrey Ponomarenko's ABI laboratory