ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
X509_ATTRIBUTE_get0_data (
X509_ATTRIBUTE* attr,
int idx,
int atrtype,
void* data
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | void* |
| Source | x509_att.c |
| Size | 91 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | attr | X509_ATTRIBUTE* | 8 | %rdi |
| 1 | idx | int | 4 | %rsi |
| 2 | atrtype | int | 4 | %rdx |
| 3 | data | void* | 8 | %rcx |
| RETURN | ||||
| .retval | void* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | void* |
| %rdi | attr | X509_ATTRIBUTE* |
| %rsi | idx | int |
| %rdx | atrtype | int |
| %rcx | data | void* |