Lines Matching defs:section_header
273 struct section_header { struct
274 char name[8]; /* name or "/12\0" string tbl offset */
275 uint32_t virtual_size; /* size of loaded section in ram */
276 uint32_t virtual_address; /* relative virtual address */
277 uint32_t raw_data_size; /* size of the section */
278 uint32_t data_addr; /* file pointer to first page of sec */
279 uint32_t relocs; /* file pointer to relocation entries */
280 uint32_t line_numbers; /* line numbers! */
281 uint16_t num_relocs; /* number of relocations */
282 uint16_t num_lin_numbers; /* srsly. */
283 uint32_t flags;