ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
BIO_new_bio_pair (
BIO** bio1_p,
size_t writebuf1,
BIO** bio2_p,
size_t writebuf2
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | bss_bio.c |
| Size | 270 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | bio1_p | BIO** | 8 | %rdi |
| 1 | writebuf1 | size_t | 8 | %rsi |
| 2 | bio2_p | BIO** | 8 | %rdx |
| 3 | writebuf2 | size_t | 8 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | bio1_p | BIO** |
| %rsi | writebuf1 | size_t |
| %rdx | bio2_p | BIO** |
| %rcx | writebuf2 | size_t |