Home
last modified time | relevance | path

Searched defs:section_header (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dpe.h380 struct section_header { struct
381 char name[8]; /* name or "/12\0" string tbl offset */
382 uint32_t virtual_size; /* size of loaded section in ram */
383 uint32_t virtual_address; /* relative virtual address */
384 uint32_t raw_data_size; /* size of the section */
385 uint32_t data_addr; /* file pointer to first page of sec */
386 uint32_t relocs; /* file pointer to relocation entries */
387 uint32_t line_numbers; /* line numbers! */
388 uint16_t num_relocs; /* number of relocations */
389 uint16_t num_lin_numbers; /* srsly. */
[all …]