libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ENGINE_set_ctrl_function


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ENGINE_set_ctrl_function ( ENGINE* e, ENGINE_CTRL_FUNC_PTR ctrl_f )
Type FUNC
Bind GLOBAL
Params 2
Return int
Source eng_lib.c
Size 13

Calling sequence

PADDINGPARAM
LOCALRETURN

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

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdieENGINE*
%rsictrl_fENGINE_CTRL_FUNC_PTR




Andrey Ponomarenko's ABI laboratory