HomeSort by relevance Sort by last modified time
    Searched refs:uintX_t (Results 1 - 25 of 48) sorted by null

1 2

  /development/vndk/tools/vtable-dumper/
elf_handling.h 125 typedef typename ELFO::uintX_t uintX_t;
  /external/llvm/include/llvm/Object/
ELF.h 41 uint64_t, uint32_t>::type uintX_t;
187 uintX_t getStringTableIndex() const;
250 uintX_t Offset = Sec->sh_offset;
251 uintX_t Size = Sec->sh_size;
325 typename ELFFile<ELFT>::uintX_t ELFFile<ELFT>::getStringTableIndex() const {
371 uintX_t StringTableIndex = getStringTableIndex();
454 uintX_t Size = Section.sh_size;
457 uintX_t NumSymbols = Size / sizeof(uint32_t);
ELFTypes.h 368 uint64_t, uint32_t>::type uintX_t;
370 uintX_t getVal() const { return d_un.d_val; }
371 uintX_t getPtr() const { return d_un.d_ptr; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 44 typedef typename ELFT::uint uintX_t;
258 uintX_t Offset = Sec->sh_offset;
259 uintX_t Size = Sec->sh_size;
263 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
349 const uintX_t SectionTableOffset = getHeader()->e_shoff;
369 uintX_t NumSections = getHeader()->e_shnum;
ELFTypes.h 367 uint64_t, uint32_t>::type uintX_t;
369 uintX_t getVal() const { return d_un.d_val; }
370 uintX_t getPtr() const { return d_un.d_ptr; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
265 uintX_t Offset = Sec->sh_offset;
266 uintX_t Size = Sec->sh_size;
270 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
356 const uintX_t SectionTableOffset = getHeader()->e_shoff;
376 uintX_t NumSections = getHeader()->e_shnum;
ELFTypes.h 377 using uintX_t = typename std::conditional<ELFT::Is64Bits,
380 uintX_t getVal() const { return d_un.d_val; }
381 uintX_t getPtr() const { return d_un.d_ptr; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
265 uintX_t Offset = Sec->sh_offset;
266 uintX_t Size = Sec->sh_size;
270 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
356 const uintX_t SectionTableOffset = getHeader()->e_shoff;
376 uintX_t NumSections = getHeader()->e_shnum;
ELFTypes.h 377 using uintX_t = typename std::conditional<ELFT::Is64Bits,
380 uintX_t getVal() const { return d_un.d_val; }
381 uintX_t getPtr() const { return d_un.d_ptr; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
271 uintX_t Offset = Sec->sh_offset;
272 uintX_t Size = Sec->sh_size;
276 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
366 const uintX_t SectionTableOffset = getHeader()->e_shoff;
386 uintX_t NumSections = getHeader()->e_shnum;
ELFTypes.h 377 using uintX_t = typename std::conditional<ELFT::Is64Bits,
380 uintX_t getVal() const { return d_un.d_val; }
381 uintX_t getPtr() const { return d_un.d_ptr; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
271 uintX_t Offset = Sec->sh_offset;
272 uintX_t Size = Sec->sh_size;
276 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
366 const uintX_t SectionTableOffset = getHeader()->e_shoff;
386 uintX_t NumSections = getHeader()->e_shnum;
ELFTypes.h 377 using uintX_t = typename std::conditional<ELFT::Is64Bits,
380 uintX_t getVal() const { return d_un.d_val; }
381 uintX_t getPtr() const { return d_un.d_ptr; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
271 uintX_t Offset = Sec->sh_offset;
272 uintX_t Size = Sec->sh_size;
276 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
366 const uintX_t SectionTableOffset = getHeader()->e_shoff;
386 uintX_t NumSections = getHeader()->e_shnum;
ELFTypes.h 377 using uintX_t = typename std::conditional<ELFT::Is64Bits,
380 uintX_t getVal() const { return d_un.d_val; }
381 uintX_t getPtr() const { return d_un.d_ptr; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
271 uintX_t Offset = Sec->sh_offset;
272 uintX_t Size = Sec->sh_size;
276 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
366 const uintX_t SectionTableOffset = getHeader()->e_shoff;
386 uintX_t NumSections = getHeader()->e_shnum;
ELFTypes.h 377 using uintX_t = typename std::conditional<ELFT::Is64Bits,
380 uintX_t getVal() const { return d_un.d_val; }
381 uintX_t getPtr() const { return d_un.d_ptr; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 44 typedef typename ELFT::uint uintX_t;
258 uintX_t Offset = Sec->sh_offset;
259 uintX_t Size = Sec->sh_size;
263 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
349 const uintX_t SectionTableOffset = getHeader()->e_shoff;
369 uintX_t NumSections = getHeader()->e_shnum;
ELFTypes.h 367 uint64_t, uint32_t>::type uintX_t;
369 uintX_t getVal() const { return d_un.d_val; }
370 uintX_t getPtr() const { return d_un.d_ptr; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
265 uintX_t Offset = Sec->sh_offset;
266 uintX_t Size = Sec->sh_size;
270 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
356 const uintX_t SectionTableOffset = getHeader()->e_shoff;
376 uintX_t NumSections = getHeader()->e_shnum;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
265 uintX_t Offset = Sec->sh_offset;
266 uintX_t Size = Sec->sh_size;
270 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
356 const uintX_t SectionTableOffset = getHeader()->e_shoff;
376 uintX_t NumSections = getHeader()->e_shnum;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
271 uintX_t Offset = Sec->sh_offset;
272 uintX_t Size = Sec->sh_size;
276 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
366 const uintX_t SectionTableOffset = getHeader()->e_shoff;
386 uintX_t NumSections = getHeader()->e_shnum;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
271 uintX_t Offset = Sec->sh_offset;
272 uintX_t Size = Sec->sh_size;
276 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
366 const uintX_t SectionTableOffset = getHeader()->e_shoff;
386 uintX_t NumSections = getHeader()->e_shnum;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
271 uintX_t Offset = Sec->sh_offset;
272 uintX_t Size = Sec->sh_size;
276 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
366 const uintX_t SectionTableOffset = getHeader()->e_shoff;
386 uintX_t NumSections = getHeader()->e_shnum;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELF.h 55 using uintX_t = typename ELFT::uint;
271 uintX_t Offset = Sec->sh_offset;
272 uintX_t Size = Sec->sh_size;
276 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) ||
366 const uintX_t SectionTableOffset = getHeader()->e_shoff;
386 uintX_t NumSections = getHeader()->e_shnum;

Completed in 667 milliseconds

1 2