libssl.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: SSL_CTX_set_default_passwd_cb


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
SSL_CTX_set_default_passwd_cb ( SSL_CTX* ctx, pem_password_cb* cb )
Type FUNC
Bind GLOBAL
Params 2
Return void
Source ssl_lib.c
Size 8

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0ctxSSL_CTX*8%rdi
1cbpem_password_cb*8%rsi
RETURN: none

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdictxSSL_CTX*
%rsicbpem_password_cb*




Andrey Ponomarenko's ABI laboratory