HomeSort by relevance Sort by last modified time
    Searched defs:Elf_Xword (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
ELFTypes.h 46 uint64_t, target_endianness, 2> Elf_Xword;
84 typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Xword Elf_Xword; \
114 Elf_Xword sh_flags; // Section flags (SHF_*)
117 Elf_Xword sh_size; // Size of section, in bytes
120 Elf_Xword sh_addralign; // Section address alignment
121 Elf_Xword sh_entsize; // Size of records contained within the section
158 Elf_Xword st_size; // Size of the symbol
304 Elf_Xword d_val;
371 Elf_Xword r_info; // Symbol table index and type of relocation to appl
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 51 typedef uint64_t Elf_Xword;
624 elf_r_sym<64>(Elf_Xword v)
642 elf_r_type<64>(Elf_Xword v)
659 inline Elf_Xword
662 return (static_cast<Elf_Xword>(s) << 32) + (t & 0xffffffff);
    [all...]

Completed in 66 milliseconds