ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
X509_REVOKED_add_ext (
X509_REVOKED* x,
X509_EXTENSION* ex,
int loc
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | int |
| Source | x509_ext.c |
| Size | 27 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | x | X509_REVOKED* | 8 | %rdi |
| 1 | ex | X509_EXTENSION* | 8 | %rsi |
| 2 | loc | int | 4 | %rdx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | x | X509_REVOKED* |
| %rsi | ex | X509_EXTENSION* |
| %rdx | loc | int |