ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
d2i_ASN1_SET (
struct stack_st_OPENSSL_BLOCK** a,
unsigned char const** pp,
long length,
d2i_of_void* d2i,
void(*)(OPENSSL_BLOCK) free_func,
int ex_tag,
int ex_class
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 7 |
| Return | struct stack_st_OPENSSL_BLOCK* |
| Source | a_set.c |
| Size | 607 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | a | struct stack_st_OPENSSL_BLOCK** | 8 | %rdi |
| 1 | pp | unsigned char const** | 8 | %rsi |
| 2 | length | long | 8 | %rdx |
| 3 | d2i | d2i_of_void* | 8 | %rcx |
| 4 | free_func | void(*)(OPENSSL_BLOCK) | 8 | %r8 |
| 5 | ex_tag | int | 4 | %r9 |
| 6 | ex_class | int | 4 | stack + 0 |
| RETURN | ||||
| .retval | struct stack_st_OPENSSL_BLOCK* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | ex_class | int |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | struct stack_st_OPENSSL_BLOCK* |
| %rdi | a | struct stack_st_OPENSSL_BLOCK** |
| %rsi | pp | unsigned char const** |
| %rdx | length | long |
| %rcx | d2i | d2i_of_void* |
| %r8 | free_func | void(*)(OPENSSL_BLOCK) |
| %r9 | ex_tag | int |