ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
BIO_callback_ctrl (
BIO* b,
int cmd,
void(*)(struct bio_st*, int, char const*, int, long, long) fp
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | long |
| Source | bio_lib.c |
| Size | 190 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | b | BIO* | 8 | %rdi |
| 1 | cmd | int | 4 | %rsi |
| 2 | fp | void(*)(struct bio_st*, int, char const*, int, long, long) | 8 | %rdx |
| RETURN | ||||
| .retval | long | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | long |
| %rdi | b | BIO* |
| %rsi | cmd | int |
| %rdx | fp | void(*)(struct bio_st*, int, char const*, int, long, long) |