ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
i2t_ASN1_OBJECT (
char* buf,
int buf_len,
ASN1_OBJECT* a
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | int |
| Source | a_object.c |
| Size | 19 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | buf | char* | 8 | %rdi |
| 1 | buf_len | int | 4 | %rsi |
| 2 | a | ASN1_OBJECT* | 8 | %rdx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | buf | char* |
| %rsi | buf_len | int |
| %rdx | a | ASN1_OBJECT* |