Searched refs:Elf_Xword (Results 1 – 3 of 3) sorted by relevance
112 using Elf_Xword = typename ELFT::Xword; \171 Elf_Xword sh_flags; // Section flags (SHF_*)174 Elf_Xword sh_size; // Size of section, in bytes177 Elf_Xword sh_addralign; // Section address alignment178 Elf_Xword sh_entsize; // Size of records contained within the section215 Elf_Xword st_size; // Size of the symbol370 Elf_Xword d_val;438 Elf_Xword r_info; // Symbol table index and type of relocation to apply554 Elf_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)555 Elf_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)[all …]
155 using Elf_Xword = typename ELFT::Xword; variable
107 Sec.Align = ELFT::Is64Bits ? sizeof(Elf_Xword) : sizeof(Elf_Word); in visit()132 Sec.Align = ELFT::Is64Bits ? sizeof(Elf_Xword) : sizeof(Elf_Word); in visit()