ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PKCS12_item_pack_safebag (
void* obj,
ASN1_ITEM const* it,
int nid1,
int nid2
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | PKCS12_SAFEBAG* |
| Source | p12_add.c |
| Size | 233 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | obj | void* | 8 | %rdi |
| 1 | it | ASN1_ITEM const* | 8 | %rsi |
| 2 | nid1 | int | 4 | %rdx |
| 3 | nid2 | int | 4 | %rcx |
| RETURN | ||||
| .retval | PKCS12_SAFEBAG* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | PKCS12_SAFEBAG* |
| %rdi | obj | void* |
| %rsi | it | ASN1_ITEM const* |
| %rdx | nid1 | int |
| %rcx | nid2 | int |