libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ENGINE_set_cmd_defns


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ENGINE_set_cmd_defns ( ENGINE* e, ENGINE_CMD_DEFN const* defns )
Type FUNC
Bind GLOBAL
Params 2
Return int
Source eng_lib.c
Size 13

Calling sequence

PADDINGPARAM
LOCALRETURN

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

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdieENGINE*
%rsidefnsENGINE_CMD_DEFN const*




Andrey Ponomarenko's ABI laboratory