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

  /development/vndk/tools/vtable-dumper/
elf_handling.h 125 typedef typename ELFO::uintX_t uintX_t;
  /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;
ELFObjectFile.h 204 typedef typename ELFFile<ELFT>::uintX_t uintX_t;
735 uintX_t Type = EShdr->sh_type;
    [all...]
  /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;
ELFObjectFile.h 204 typedef typename ELFFile<ELFT>::uintX_t uintX_t;
735 uintX_t Type = EShdr->sh_type;
    [all...]
  /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);
ELFObjectFile.h 192 typedef typename ELFFile<ELFT>::uintX_t uintX_t;
662 uintX_t Type = EShdr->sh_type;
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 66 typedef typename ELFO::uintX_t uintX_t;
147 typedef typename ELFO::uintX_t uintX_t;
161 DynRegionInfo createDRIFrom(const Elf_Phdr *P, uintX_t EntSize) {
    [all...]

Completed in 526 milliseconds