ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PEM_bytes_read_bio (
unsigned char** pdata,
long* plen,
char** pnm,
char const* name,
BIO* bp,
pem_password_cb* cb,
void* u
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 7 |
| Return | int |
| Source | pem_lib.c |
| Size | 377 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | pdata | unsigned char** | 8 | %rdi |
| 1 | plen | long* | 8 | %rsi |
| 2 | pnm | char** | 8 | %rdx |
| 3 | name | char const* | 8 | %rcx |
| 4 | bp | BIO* | 8 | %r8 |
| 5 | cb | pem_password_cb* | 8 | %r9 |
| 6 | u | void* | 8 | stack + 0 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | u | void* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | pdata | unsigned char** |
| %rsi | plen | long* |
| %rdx | pnm | char** |
| %rcx | name | char const* |
| %r8 | bp | BIO* |
| %r9 | cb | pem_password_cb* |