ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
SSL_CTX_set_cert_cb (
SSL_CTX* c,
int(*)(SSL*, void*) cb,
void* arg
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | void |
| Source | ssl_lib.c |
| Size | 21 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | c | SSL_CTX* | 8 | %rdi |
| 1 | cb | int(*)(SSL*, void*) | 8 | %rsi |
| 2 | arg | void* | 8 | %rdx |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | c | SSL_CTX* |
| %rsi | cb | int(*)(SSL*, void*) |
| %rdx | arg | void* |