Lines Matching defs:elf64_shdr
321 typedef struct elf64_shdr { struct
322 Elf64_Word sh_name; /* Section name, index in string tbl */
323 Elf64_Word sh_type; /* Type of section */
324 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
325 Elf64_Addr sh_addr; /* Section virtual addr at execution */
326 Elf64_Off sh_offset; /* Section file offset */
327 Elf64_Xword sh_size; /* Size of section in bytes */
328 Elf64_Word sh_link; /* Index of another section */
329 Elf64_Word sh_info; /* Additional section information */
330 Elf64_Xword sh_addralign; /* Section alignment */
331 Elf64_Xword sh_entsize; /* Entry size if section holds table */