ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PEM_dek_info (
char* buf,
char const* type,
int len,
char* str
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | void |
| Source | pem_lib.c |
| Size | 209 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | buf | char* | 8 | %rdi |
| 1 | type | char const* | 8 | %rsi |
| 2 | len | int | 4 | %rdx |
| 3 | str | char* | 8 | %rcx |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | buf | char* |
| %rsi | type | char const* |
| %rdx | len | int |
| %rcx | str | char* |