ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
d2i_ASN1_bytes (
ASN1_STRING** a,
unsigned char const** pp,
long length,
int Ptag,
int Pclass
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | ASN1_STRING* |
| Source | a_bytes.c |
| Size | 502 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | a | ASN1_STRING** | 8 | %rdi |
| 1 | pp | unsigned char const** | 8 | %rsi |
| 2 | length | long | 8 | %rdx |
| 3 | Ptag | int | 4 | %rcx |
| 4 | Pclass | int | 4 | %r8 |
| RETURN | ||||
| .retval | ASN1_STRING* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | ASN1_STRING* |
| %rdi | a | ASN1_STRING** |
| %rsi | pp | unsigned char const** |
| %rdx | length | long |
| %rcx | Ptag | int |
| %r8 | Pclass | int |