Lines Matching defs:elf64_shdr
1614 typedef struct elf64_shdr { struct
1615 Elf64_Word sh_name; /* Section name, index in string tbl */
1616 Elf64_Word sh_type; /* Type of section */
1617 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
1618 Elf64_Addr sh_addr; /* Section virtual addr at execution */
1619 Elf64_Off sh_offset; /* Section file offset */
1620 Elf64_Xword sh_size; /* Size of section in bytes */
1621 Elf64_Word sh_link; /* Index of another section */
1622 Elf64_Word sh_info; /* Additional section information */
1623 Elf64_Xword sh_addralign; /* Section alignment */
1624 Elf64_Xword sh_entsize; /* Entry size if section holds table */