ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
BIO_vprintf (
BIO* bio,
char const* format,
struct __va_list_tag* args
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | int |
| Source | b_print.c |
| Size | 198 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | bio | BIO* | 8 | %rdi |
| 1 | format | char const* | 8 | %rsi |
| 2 | args | struct __va_list_tag* | 8 | %rdx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | bio | BIO* |
| %rsi | format | char const* |
| %rdx | args | struct __va_list_tag* |