libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: UI_method_set_writer


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
UI_method_set_writer ( UI_METHOD* method, int(*)(UI*, UI_STRING*) writer )
Type FUNC
Bind GLOBAL
Params 2
Return int
Source ui_lib.c
Size 21

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0methodUI_METHOD*8%rdi
1writerint(*)(UI*, UI_STRING*)8%rsi
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdimethodUI_METHOD*
%rsiwriterint(*)(UI*, UI_STRING*)




Andrey Ponomarenko's ABI laboratory