Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dpe.h284 struct section_header { struct
285 char name[8]; /* name or "/12\0" string tbl offset */
286 uint32_t virtual_size; /* size of loaded section in ram */
287 uint32_t virtual_address; /* relative virtual address */
288 uint32_t raw_data_size; /* size of the section */
289 uint32_t data_addr; /* file pointer to first page of sec */
290 uint32_t relocs; /* file pointer to relocation entries */
291 uint32_t line_numbers; /* line numbers! */
292 uint16_t num_relocs; /* number of relocations */
293 uint16_t num_lin_numbers; /* srsly. */
[all …]
/kernel/linux/linux-5.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 …]