Searched defs:elf64_shdr (Results 1 – 1 of 1) sorted by relevance
1621 typedef struct elf64_shdr { struct1622 Elf64_Word sh_name; /* Section name, index in string tbl */1623 Elf64_Word sh_type; /* Type of section */1624 Elf64_Xword sh_flags; /* Miscellaneous section attributes */1625 Elf64_Addr sh_addr; /* Section virtual addr at execution */1626 Elf64_Off sh_offset; /* Section file offset */1627 Elf64_Xword sh_size; /* Size of section in bytes */1628 Elf64_Word sh_link; /* Index of another section */1629 Elf64_Word sh_info; /* Additional section information */1630 Elf64_Xword sh_addralign; /* Section alignment */[all …]