ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EVP_PKEY_asn1_new (
int id,
int flags,
char const* pem_str,
char const* info
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | EVP_PKEY_ASN1_METHOD* |
| Source | ameth_lib.c |
| Size | 416 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | id | int | 4 | %rdi |
| 1 | flags | int | 4 | %rsi |
| 2 | pem_str | char const* | 8 | %rdx |
| 3 | info | char const* | 8 | %rcx |
| RETURN | ||||
| .retval | EVP_PKEY_ASN1_METHOD* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | EVP_PKEY_ASN1_METHOD* |
| %rdi | id | int |
| %rsi | flags | int |
| %rdx | pem_str | char const* |
| %rcx | info | char const* |