ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
X509_STORE_load_locations (
X509_STORE* ctx,
char const* file,
char const* path
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | int |
| Source | x509_d2.c |
| Size | 190 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | X509_STORE* | 8 | %rdi |
| 1 | file | char const* | 8 | %rsi |
| 2 | path | char const* | 8 | %rdx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | X509_STORE* |
| %rsi | file | char const* |
| %rdx | path | char const* |