ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ASN1_item_ex_d2i (
ASN1_VALUE** pval,
unsigned char const** in,
long len,
ASN1_ITEM const* it,
int tag,
int aclass,
char opt,
ASN1_TLC* ctx
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 8 |
| Return | int |
| Source | tasn_dec.c |
| Size | 2730 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | pval | ASN1_VALUE** | 8 | %rdi |
| 1 | in | unsigned char const** | 8 | %rsi |
| 2 | len | long | 8 | %rdx |
| 3 | it | ASN1_ITEM const* | 8 | %rcx |
| 4 | tag | int | 4 | %r8 |
| 5 | aclass | int | 4 | %r9 |
| 6 | opt | char | 1 | stack + 0 |
| 7 | ctx | ASN1_TLC* | 8 | stack + 8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | opt | char |
| 1 | padding | |
| 8 | ctx | ASN1_TLC* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | pval | ASN1_VALUE** |
| %rsi | in | unsigned char const** |
| %rdx | len | long |
| %rcx | it | ASN1_ITEM const* |
| %r8 | tag | int |
| %r9 | aclass | int |