Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
Delf.h329 typedef struct elf64_shdr { struct
330 Elf64_Word sh_name; /* Section name, index in string tbl */
331 Elf64_Word sh_type; /* Type of section */
332 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
333 Elf64_Addr sh_addr; /* Section virtual addr at execution */
334 Elf64_Off sh_offset; /* Section file offset */
335 Elf64_Xword sh_size; /* Size of section in bytes */
336 Elf64_Word sh_link; /* Index of another section */
337 Elf64_Word sh_info; /* Additional section information */
338 Elf64_Xword sh_addralign; /* Section alignment */
[all …]
/linux-6.15/include/uapi/linux/
Delf.h339 typedef struct elf64_shdr { struct
340 Elf64_Word sh_name; /* Section name, index in string tbl */
341 Elf64_Word sh_type; /* Type of section */
342 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
343 Elf64_Addr sh_addr; /* Section virtual addr at execution */
344 Elf64_Off sh_offset; /* Section file offset */
345 Elf64_Xword sh_size; /* Size of section in bytes */
346 Elf64_Word sh_link; /* Index of another section */
347 Elf64_Word sh_info; /* Additional section information */
348 Elf64_Xword sh_addralign; /* Section alignment */
[all …]