ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ENGINE_get_digest (
ENGINE* e,
int nid
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | EVP_MD const* |
| Source | tb_digest.c |
| Size | 94 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | e | ENGINE* | 8 | %rdi |
| 1 | nid | int | 4 | %rsi |
| RETURN | ||||
| .retval | EVP_MD const* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | EVP_MD const* |
| %rdi | e | ENGINE* |
| %rsi | nid | int |