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