ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
X509_LOOKUP_by_issuer_serial (
X509_LOOKUP* ctx,
int type,
X509_NAME* name,
ASN1_INTEGER* serial,
X509_OBJECT* ret
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | x509_lu.c |
| Size | 43 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | X509_LOOKUP* | 8 | %rdi |
| 1 | type | int | 4 | %rsi |
| 2 | name | X509_NAME* | 8 | %rdx |
| 3 | serial | ASN1_INTEGER* | 8 | %rcx |
| 4 | ret | X509_OBJECT* | 8 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | X509_LOOKUP* |
| %rsi | type | int |
| %rdx | name | X509_NAME* |
| %rcx | serial | ASN1_INTEGER* |
| %r8 | ret | X509_OBJECT* |