ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
X509V3_set_ctx (
X509V3_CTX* ctx,
X509* issuer,
X509* subj,
X509_REQ* req,
X509_CRL* crl,
int flags
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 6 |
| Return | void |
| Source | v3_conf.c |
| Size | 20 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | X509V3_CTX* | 8 | %rdi |
| 1 | issuer | X509* | 8 | %rsi |
| 2 | subj | X509* | 8 | %rdx |
| 3 | req | X509_REQ* | 8 | %rcx |
| 4 | crl | X509_CRL* | 8 | %r8 |
| 5 | flags | int | 4 | %r9 |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | ctx | X509V3_CTX* |
| %rsi | issuer | X509* |
| %rdx | subj | X509* |
| %rcx | req | X509_REQ* |
| %r8 | crl | X509_CRL* |
| %r9 | flags | int |