ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
X509_LOOKUP_by_subject (
X509_LOOKUP* ctx,
int type,
X509_NAME* name,
X509_OBJECT* ret
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | x509_lu.c |
| Size | 55 |
| 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 | ret | X509_OBJECT* | 8 | %rcx |
| 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 | ret | X509_OBJECT* |