ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PEM_X509_INFO_read (
FILE* fp,
struct stack_st_X509_INFO* sk,
pem_password_cb* cb,
void* u
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | struct stack_st_X509_INFO* |
| Source | pem_info.c |
| Size | 142 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | fp | FILE* | 8 | %rdi |
| 1 | sk | struct stack_st_X509_INFO* | 8 | %rsi |
| 2 | cb | pem_password_cb* | 8 | %rdx |
| 3 | u | void* | 8 | %rcx |
| RETURN | ||||
| .retval | struct stack_st_X509_INFO* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | struct stack_st_X509_INFO* |
| %rdi | fp | FILE* |
| %rsi | sk | struct stack_st_X509_INFO* |
| %rdx | cb | pem_password_cb* |
| %rcx | u | void* |