libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: DSO_set_name_converter


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
DSO_set_name_converter ( DSO* dso, DSO_NAME_CONVERTER_FUNC cb, DSO_NAME_CONVERTER_FUNC* oldcb )
Type FUNC
Bind GLOBAL
Params 3
Return int
Source dso_lib.c
Size 74

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0dsoDSO*8%rdi
1cbDSO_NAME_CONVERTER_FUNC8%rsi
2oldcbDSO_NAME_CONVERTER_FUNC*8%rdx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdidsoDSO*
%rsicbDSO_NAME_CONVERTER_FUNC
%rdxoldcbDSO_NAME_CONVERTER_FUNC*




Andrey Ponomarenko's ABI laboratory