ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
X509at_add1_attr_by_NID (
struct stack_st_X509_ATTRIBUTE** x,
int nid,
int type,
unsigned char const* bytes,
int len
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | struct stack_st_X509_ATTRIBUTE* |
| Source | x509_att.c |
| Size | 66 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | x | struct stack_st_X509_ATTRIBUTE** | 8 | %rdi |
| 1 | nid | int | 4 | %rsi |
| 2 | type | int | 4 | %rdx |
| 3 | bytes | unsigned char const* | 8 | %rcx |
| 4 | len | int | 4 | %r8 |
| RETURN | ||||
| .retval | struct stack_st_X509_ATTRIBUTE* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | struct stack_st_X509_ATTRIBUTE* |
| %rdi | x | struct stack_st_X509_ATTRIBUTE** |
| %rsi | nid | int |
| %rdx | type | int |
| %rcx | bytes | unsigned char const* |
| %r8 | len | int |