libssl.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: SSL_CTX_get_client_cert_cb


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
SSL_CTX_get_client_cert_cb ( SSL_CTX* ctx )
Type FUNC
Bind GLOBAL
Params 1
Return int(*)(SSL*, X509**, EVP_PKEY**)
Source ssl_sess.c
Size 8

Calling sequence

PADDINGPARAM
LOCALRETURN

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

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint(*)(SSL*, X509**, EVP_PKEY**)
%rdictxSSL_CTX*




Andrey Ponomarenko's ABI laboratory