ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ASN1_OBJECT_create (
int nid,
unsigned char* data,
int len,
char const* sn,
char const* ln
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | ASN1_OBJECT* |
| Source | a_object.c |
| Size | 47 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | nid | int | 4 | %rdi |
| 1 | data | unsigned char* | 8 | %rsi |
| 2 | len | int | 4 | %rdx |
| 3 | sn | char const* | 8 | %rcx |
| 4 | ln | char const* | 8 | %r8 |
| RETURN | ||||
| .retval | ASN1_OBJECT* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | ASN1_OBJECT* |
| %rdi | nid | int |
| %rsi | data | unsigned char* |
| %rdx | len | int |
| %rcx | sn | char const* |
| %r8 | ln | char const* |