ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
d2i_PrivateKey (
int type,
EVP_PKEY** a,
unsigned char const** pp,
long length
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | EVP_PKEY* |
| Source | d2i_pr.c |
| Size | 394 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | type | int | 4 | %rdi |
| 1 | a | EVP_PKEY** | 8 | %rsi |
| 2 | pp | unsigned char const** | 8 | %rdx |
| 3 | length | long | 8 | %rcx |
| RETURN | ||||
| .retval | EVP_PKEY* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | EVP_PKEY* |
| %rdi | type | int |
| %rsi | a | EVP_PKEY** |
| %rdx | pp | unsigned char const** |
| %rcx | length | long |