ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PEM_read_bio_X509_AUX (
BIO* bp,
X509** x,
pem_password_cb* cb,
void* u
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | X509* |
| Source | pem_xaux.c |
| Size | 40 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | bp | BIO* | 8 | %rdi |
| 1 | x | X509** | 8 | %rsi |
| 2 | cb | pem_password_cb* | 8 | %rdx |
| 3 | u | void* | 8 | %rcx |
| RETURN | ||||
| .retval | X509* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | X509* |
| %rdi | bp | BIO* |
| %rsi | x | X509** |
| %rdx | cb | pem_password_cb* |
| %rcx | u | void* |