ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ASN1_generate_v3 (
char* str,
X509V3_CTX* cnf
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | ASN1_TYPE* |
| Source | asn1_gen.c |
| Size | 76 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | str | char* | 8 | %rdi |
| 1 | cnf | X509V3_CTX* | 8 | %rsi |
| RETURN | ||||
| .retval | ASN1_TYPE* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | ASN1_TYPE* |
| %rdi | str | char* |
| %rsi | cnf | X509V3_CTX* |