ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ASN1_put_object (
unsigned char** pp,
int constructed,
int length,
int tag,
int xclass
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | void |
| Source | asn1_lib.c |
| Size | 212 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | pp | unsigned char** | 8 | %rdi |
| 1 | constructed | int | 4 | %rsi |
| 2 | length | int | 4 | %rdx |
| 3 | tag | int | 4 | %rcx |
| 4 | xclass | int | 4 | %r8 |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | pp | unsigned char** |
| %rsi | constructed | int |
| %rdx | length | int |
| %rcx | tag | int |
| %r8 | xclass | int |