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