Home | History | Annotate | Download | only in Object

Lines Matching defs:Elf_Xword

97       uint64_t, target_endianness, 2> Elf_Xword;
134 typedef typename ELFT::Xword Elf_Xword; \
164 Elf_Xword sh_flags; // Section flags (SHF_*)
167 Elf_Xword sh_size; // Size of section, in bytes
170 Elf_Xword sh_addralign; // Section address alignment
171 Elf_Xword sh_entsize; // Size of records contained within the section
208 Elf_Xword st_size; // Size of the symbol
354 Elf_Xword d_val;
421 Elf_Xword r_info; // Symbol table index and type of relocation to apply
516 Elf_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)
517 Elf_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)
518 Elf_Xword p_align; // Segment alignment constraint
577 Elf_Xword ch_size;
578 Elf_Xword ch_addralign;