ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
SSL_CTX_add_client_custom_ext (
SSL_CTX* ctx,
unsigned int ext_type,
custom_ext_add_cb add_cb,
custom_ext_free_cb free_cb,
void* add_arg,
custom_ext_parse_cb parse_cb,
void* parse_arg
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 7 |
| Return | int |
| Source | t1_ext.c |
| Size | 32 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | SSL_CTX* | 8 | %rdi |
| 1 | ext_type | unsigned int | 4 | %rsi |
| 2 | add_cb | custom_ext_add_cb | 8 | %rdx |
| 3 | free_cb | custom_ext_free_cb | 8 | %rcx |
| 4 | add_arg | void* | 8 | %r8 |
| 5 | parse_cb | custom_ext_parse_cb | 8 | %r9 |
| 6 | parse_arg | void* | 8 | stack + 0 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | parse_arg | void* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | SSL_CTX* |
| %rsi | ext_type | unsigned int |
| %rdx | add_cb | custom_ext_add_cb |
| %rcx | free_cb | custom_ext_free_cb |
| %r8 | add_arg | void* |
| %r9 | parse_cb | custom_ext_parse_cb |