ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PKCS7_add1_attrib_digest (
PKCS7_SIGNER_INFO* si,
unsigned char const* md,
int mdlen
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | int |
| Source | pk7_attr.c |
| Size | 113 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | si | PKCS7_SIGNER_INFO* | 8 | %rdi |
| 1 | md | unsigned char const* | 8 | %rsi |
| 2 | mdlen | int | 4 | %rdx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | si | PKCS7_SIGNER_INFO* |
| %rsi | md | unsigned char const* |
| %rdx | mdlen | int |