ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
X509_ATTRIBUTE_create_by_txt (
X509_ATTRIBUTE** attr,
char const* atrname,
int type,
unsigned char const* bytes,
int len
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | X509_ATTRIBUTE* |
| Source | x509_att.c |
| Size | 164 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | attr | X509_ATTRIBUTE** | 8 | %rdi |
| 1 | atrname | char const* | 8 | %rsi |
| 2 | type | int | 4 | %rdx |
| 3 | bytes | unsigned char 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 | atrname | char const* |
| %rdx | type | int |
| %rcx | bytes | unsigned char const* |
| %r8 | len | int |