ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PEM_write_bio_CMS_stream (
BIO* out,
CMS_ContentInfo* cms,
BIO* in,
int flags
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | cms_io.c |
| Size | 28 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | out | BIO* | 8 | %rdi |
| 1 | cms | CMS_ContentInfo* | 8 | %rsi |
| 2 | in | BIO* | 8 | %rdx |
| 3 | flags | int | 4 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | out | BIO* |
| %rsi | cms | CMS_ContentInfo* |
| %rdx | in | BIO* |
| %rcx | flags | int |