ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
v2i_GENERAL_NAME_ex (
GENERAL_NAME* out,
X509V3_EXT_METHOD const* method,
X509V3_CTX* ctx,
CONF_VALUE* cnf,
int is_nc
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | GENERAL_NAME* |
| Source | v3_alt.c |
| Size | 382 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | out | GENERAL_NAME* | 8 | %rdi |
| 1 | method | X509V3_EXT_METHOD const* | 8 | %rsi |
| 2 | ctx | X509V3_CTX* | 8 | %rdx |
| 3 | cnf | CONF_VALUE* | 8 | %rcx |
| 4 | is_nc | int | 4 | %r8 |
| RETURN | ||||
| .retval | GENERAL_NAME* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | GENERAL_NAME* |
| %rdi | out | GENERAL_NAME* |
| %rsi | method | X509V3_EXT_METHOD const* |
| %rdx | ctx | X509V3_CTX* |
| %rcx | cnf | CONF_VALUE* |
| %r8 | is_nc | int |