libssl.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: SSL_CONF_CTX_set_ssl_ctx


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
SSL_CONF_CTX_set_ssl_ctx ( SSL_CONF_CTX* cctx, SSL_CTX* ctx )
Type FUNC
Bind GLOBAL
Params 2
Return void
Source ssl_conf.c
Size 61

Calling sequence

PADDINGPARAM
LOCALRETURN

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

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdicctxSSL_CONF_CTX*
%rsictxSSL_CTX*




Andrey Ponomarenko's ABI laboratory