ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
DSO_bind_func (
DSO* dso,
char const* symname
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | DSO_FUNC_TYPE |
| Source | dso_lib.c |
| Size | 162 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | dso | DSO* | 8 | %rdi |
| 1 | symname | char const* | 8 | %rsi |
| RETURN | ||||
| .retval | DSO_FUNC_TYPE | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | DSO_FUNC_TYPE |
| %rdi | dso | DSO* |
| %rsi | symname | char const* |