libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: sk_set_cmp_func


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
sk_set_cmp_func ( _STACK* sk, int(*)(void const*, void const*) c )
Type FUNC
Bind GLOBAL
Params 2
Return int(*)(void const*, void const*)
Source stack.c
Size 21

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0sk_STACK*8%rdi
1cint(*)(void const*, void const*)8%rsi
RETURN
.retvalint(*)(void const*, void const*)8%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint(*)(void const*, void const*)
%rdisk_STACK*
%rsicint(*)(void const*, void const*)




Andrey Ponomarenko's ABI laboratory