libssl.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: SSL_CTX_sess_get_new_cb


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
SSL_CTX_sess_get_new_cb ( SSL_CTX* ctx )
Type FUNC
Bind GLOBAL
Params 1
Return int(*)(SSL*, SSL_SESSION*)
Source ssl_sess.c
Size 5

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0ctxSSL_CTX*8%rdi
RETURN
.retvalint(*)(SSL*, SSL_SESSION*)8%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint(*)(SSL*, SSL_SESSION*)
%rdictxSSL_CTX*




Andrey Ponomarenko's ABI laboratory