libssl.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: SSL_CTX_sess_set_remove_cb


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
SSL_CTX_sess_set_remove_cb ( SSL_CTX* ctx, void(*)(SSL_CTX*, SSL_SESSION*) cb )
Type FUNC
Bind GLOBAL
Params 2
Return void
Source ssl_sess.c
Size 5

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0ctxSSL_CTX*8%rdi
1cbvoid(*)(SSL_CTX*, SSL_SESSION*)8%rsi
RETURN: none

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdictxSSL_CTX*
%rsicbvoid(*)(SSL_CTX*, SSL_SESSION*)




Andrey Ponomarenko's ABI laboratory