Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dpe.h297 struct section_header { struct
298 char name[8]; /* name or "/12\0" string tbl offset */
299 uint32_t virtual_size; /* size of loaded section in ram */
300 uint32_t virtual_address; /* relative virtual address */
301 uint32_t raw_data_size; /* size of the section */
302 uint32_t data_addr; /* file pointer to first page of sec */
303 uint32_t relocs; /* file pointer to relocation entries */
304 uint32_t line_numbers; /* line numbers! */
305 uint16_t num_relocs; /* number of relocations */
306 uint16_t num_lin_numbers; /* srsly. */
[all …]