12#define DSO_MAGIC 0x44534F30
14#define DSO_MAINEXE_SYM_DATA_MAGIC 0x4D53594D
17#define DSO_SYMS_OFS 0x18
19#define DSO_NUM_IMPORT_SYMS_OFS 0x20
21#define DSO_SYM_SIZE 0xC
24typedef struct dso_sym_s {
31typedef struct dso_reloc_s {
37typedef struct dso_module_s {
51 uint32_t ehframe_obj[6];
57typedef struct mainexe_sym_info_s {
Information to load main executable symbol table.
Definition dso_format.h:57