ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ASN1_item_ex_i2d (
ASN1_VALUE** pval,
unsigned char** out,
ASN1_ITEM const* it,
int tag,
int aclass
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | tasn_enc.c |
| Size | 939 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | pval | ASN1_VALUE** | 8 | %rdi |
| 1 | out | unsigned char** | 8 | %rsi |
| 2 | it | ASN1_ITEM const* | 8 | %rdx |
| 3 | tag | int | 4 | %rcx |
| 4 | aclass | int | 4 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | pval | ASN1_VALUE** |
| %rsi | out | unsigned char** |
| %rdx | it | ASN1_ITEM const* |
| %rcx | tag | int |
| %r8 | aclass | int |