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

  /external/llvm/include/llvm/Object/
ELFTypes.h 97 uint64_t, target_endianness, 2> Elf_Xword;
135 typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Xword Elf_Xword; \
165 Elf_Xword sh_flags; // Section flags (SHF_*)
168 Elf_Xword sh_size; // Size of section, in bytes
171 Elf_Xword sh_addralign; // Section address alignment
172 Elf_Xword sh_entsize; // Size of records contained within the section
209 Elf_Xword st_size; // Size of the symbol
355 Elf_Xword d_val;
422 Elf_Xword r_info; // Symbol table index and type of relocation to appl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 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
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 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
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 42 <uint64_t, target_endianness, support::aligned> Elf_Xword;
86 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Xword Elf_Xword; \
115 Elf_Xword sh_flags; // Section flags (SHF_*)
118 Elf_Xword sh_size; // Size of section, in bytes
121 Elf_Xword sh_addralign;// Section address alignment
122 Elf_Xword sh_entsize; // Size of records contained within the section
162 Elf_Xword st_size; // Size of the symbol
196 Elf_Xword r_info; // Symbol table index and type of relocation to apply
211 Elf_Xword r_info; // Symbol table index and type of relocation to appl
    [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h 51 typedef uint64_t Elf_Xword;
642 elf_r_sym<64>(Elf_Xword v)
660 elf_r_type<64>(Elf_Xword v)
677 inline Elf_Xword
680 return (static_cast<Elf_Xword>(s) << 32) + (t & 0xffffffff);
    [all...]

Completed in 330 milliseconds