Searched defs:Elf64_Shdr (Results 1 – 1 of 1) sorted by relevance
824 typedef struct Elf64_Shdr Elf64_Shdr; typedef825 struct Elf64_Shdr { struct826 Elf64_Word name; /* Section name (index into the828 Elf64_Word type; /* Section type. */829 Elf64_Xword flags; /* Section flags. */830 Elf64_Addr addr; /* Address in memory image. */831 Elf64_Off off; /* Offset in file. */832 Elf64_Xword size; /* Size in bytes. */833 Elf64_Word link; /* Index of a related section. */834 Elf64_Word info; /* Depends on section type. */[all …]