Lines Matching defs:section_header
306 struct section_header { struct
307 char name[8]; /* name or "/12\0" string tbl offset */
308 uint32_t virtual_size; /* size of loaded section in ram */
309 uint32_t virtual_address; /* relative virtual address */
310 uint32_t raw_data_size; /* size of the section */
311 uint32_t data_addr; /* file pointer to first page of sec */
312 uint32_t relocs; /* file pointer to relocation entries */
313 uint32_t line_numbers; /* line numbers! */
314 uint16_t num_relocs; /* number of relocations */
315 uint16_t num_lin_numbers; /* srsly. */
316 uint32_t flags;