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