ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EVP_PKEY_add1_attr_by_OBJ (
EVP_PKEY* key,
ASN1_OBJECT const* obj,
int type,
unsigned char const* bytes,
int len
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | evp_pkey.c |
| Size | 35 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | key | EVP_PKEY* | 8 | %rdi |
| 1 | obj | ASN1_OBJECT const* | 8 | %rsi |
| 2 | type | int | 4 | %rdx |
| 3 | bytes | unsigned char const* | 8 | %rcx |
| 4 | len | int | 4 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | key | EVP_PKEY* |
| %rsi | obj | ASN1_OBJECT const* |
| %rdx | type | int |
| %rcx | bytes | unsigned char const* |
| %r8 | len | int |