reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/ELF.h
  790   Elf64_Xword sh_flags;
  793   Elf64_Xword sh_size;
  796   Elf64_Xword sh_addralign;
  797   Elf64_Xword sh_entsize;
 1017   Elf64_Xword st_size;    // Size of the symbol
 1124   Elf64_Xword r_info;  // Symbol table index and type of relocation to apply.
 1140   Elf64_Xword r_info;  // Symbol table index and type of relocation to apply.
 1155 typedef Elf64_Xword Elf64_Relr; // offset/bitmap for relative relocations
 1176   Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)
 1177   Elf64_Xword p_memsz;  // Num. of bytes in mem image of segment (may be zero)
 1178   Elf64_Xword p_align;  // Segment alignment constraint
 1244     Elf64_Xword d_val; // Integer value of entry.
 1543   Elf64_Xword ch_size;
 1544   Elf64_Xword ch_addralign;
lib/Object/Decompressor.cpp
   70       &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word));