ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
SSL_CTX_set_session_id_context (
SSL_CTX* ctx,
unsigned char const* sid_ctx,
unsigned int sid_ctx_len
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | int |
| Source | ssl_lib.c |
| Size | 79 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | SSL_CTX* | 8 | %rdi |
| 1 | sid_ctx | unsigned char const* | 8 | %rsi |
| 2 | sid_ctx_len | unsigned int | 4 | %rdx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | SSL_CTX* |
| %rsi | sid_ctx | unsigned char const* |
| %rdx | sid_ctx_len | unsigned int |