ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | dso_meth_st |
|---|---|
| Type | STRUCT |
| Fields | 12 |
| Source | dso.h |
| Size | 96 |
| Usage | The type is used by 13 symbols and 1 type. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | name | char const* | 8 | 0 |
| 1 | dso_load | int(*)(DSO*) | 8 | 8 |
| 2 | dso_unload | int(*)(DSO*) | 8 | 16 |
| 3 | dso_bind_var | void*(*)(DSO*, char const*) | 8 | 24 |
| 4 | dso_bind_func | DSO_FUNC_TYPE(*)(DSO*, char const*) | 8 | 32 |
| 5 | dso_ctrl | long(*)(DSO*, int, long, void*) | 8 | 40 |
| 6 | dso_name_converter | DSO_NAME_CONVERTER_FUNC | 8 | 48 |
| 7 | dso_merger | DSO_MERGER_FUNC | 8 | 56 |
| 8 | init | int(*)(DSO*) | 8 | 64 |
| 9 | finish | int(*)(DSO*) | 8 | 72 |
| 10 | pathbyaddr | int(*)(void*, char*, int) | 8 | 80 |
| 11 | globallookup | void*(*)(char const*) | 8 | 88 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .name | char const* |
| 8 | .dso_load | int(*)(DSO*) |
| 16 | .dso_unload | int(*)(DSO*) |
| 24 | .dso_bind_var | void*(*)(DSO*, char const*) |
| 32 | .dso_bind_func | DSO_FUNC_TYPE(*)(DSO*, char const*) |
| 40 | .dso_ctrl | long(*)(DSO*, int, long, void*) |
| 48 | .dso_name_converter | DSO_NAME_CONVERTER_FUNC |
| 56 | .dso_merger | DSO_MERGER_FUNC |
| 64 | .init | int(*)(DSO*) |
| 72 | .finish | int(*)(DSO*) |
| 80 | .pathbyaddr | int(*)(void*, char*, int) |
| 88 | .globallookup | void*(*)(char const*) |