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