ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
SSL_SESSION_set1_id_context (
SSL_SESSION* s,
unsigned char const* sid_ctx,
unsigned int sid_ctx_len
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | int |
| Source | ssl_sess.c |
| Size | 73 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | s | SSL_SESSION* | 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 | s | SSL_SESSION* |
| %rsi | sid_ctx | unsigned char const* |
| %rdx | sid_ctx_len | unsigned int |