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