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