libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ENGINE_set_init_function


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ENGINE_set_init_function ( ENGINE* e, ENGINE_GEN_INT_FUNC_PTR init_f )
Type FUNC
Bind GLOBAL
Params 2
Return int
Source eng_lib.c
Size 10

Calling sequence

PADDINGPARAM
LOCALRETURN

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

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdieENGINE*
%rsiinit_fENGINE_GEN_INT_FUNC_PTR




Andrey Ponomarenko's ABI laboratory