Searched defs:section_header (Results 1 – 2 of 2) sorted by relevance
311 struct section_header { struct312 char name[8]; /* name or "/12\0" string tbl offset */313 uint32_t virtual_size; /* size of loaded section in ram */314 uint32_t virtual_address; /* relative virtual address */315 uint32_t raw_data_size; /* size of the section */316 uint32_t data_addr; /* file pointer to first page of sec */317 uint32_t relocs; /* file pointer to relocation entries */318 uint32_t line_numbers; /* line numbers! */319 uint16_t num_relocs; /* number of relocations */320 uint16_t num_lin_numbers; /* srsly. */[all …]
133 static bool read_eif_section_header(FILE *f, EifSectionHeader *section_header, in read_eif_section_header()