ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PKCS7_ctrl (
PKCS7* p7,
int cmd,
long larg,
char* parg
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | long |
| Source | pk7_lib.c |
| Size | 310 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | p7 | PKCS7* | 8 | %rdi |
| 1 | cmd | int | 4 | %rsi |
| 2 | larg | long | 8 | %rdx |
| 3 | parg | char* | 8 | %rcx |
| RETURN | ||||
| .retval | long | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | long |
| %rdi | p7 | PKCS7* |
| %rsi | cmd | int |
| %rdx | larg | long |
| %rcx | parg | char* |