Home
last modified time | relevance | path

Searched refs:uintX_t (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Object/
DELF.h41 uint64_t, uint32_t>::type uintX_t; typedef
187 uintX_t getStringTableIndex() const;
250 uintX_t Offset = Sec->sh_offset; in getSectionContentsAsArray()
251 uintX_t Size = Sec->sh_size; in getSectionContentsAsArray()
325 typename ELFFile<ELFT>::uintX_t ELFFile<ELFT>::getStringTableIndex() const { in getStringTableIndex()
371 uintX_t StringTableIndex = getStringTableIndex(); in ELFFile()
454 uintX_t Size = Section.sh_size; in getSHNDXTable()
457 uintX_t NumSymbols = Size / sizeof(uint32_t); in getSHNDXTable()
DELFTypes.h368 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; }
DELFObjectFile.h192 typedef typename ELFFile<ELFT>::uintX_t uintX_t; typedef
662 uintX_t Type = EShdr->sh_type; in getRelocatedSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h56 using uintX_t = typename ELFT::uint;
359 uintX_t Offset = Sec->sh_offset; in getSectionContentsAsArray()
360 uintX_t Size = Sec->sh_size; in getSectionContentsAsArray()
364 if ((std::numeric_limits<uintX_t>::max() - Offset < Size) || in getSectionContentsAsArray()
457 const uintX_t SectionTableOffset = getHeader()->e_shoff; in sections()
477 uintX_t NumSections = getHeader()->e_shnum; in sections()
DELFTypes.h348 using uintX_t = typename std::conditional<ELFT::Is64Bits,
351 uintX_t getVal() const { return d_un.d_val; }
352 uintX_t getPtr() const { return d_un.d_ptr; }
DELFObjectFile.h212 using uintX_t = typename ELFT::uint;
798 uintX_t Type = EShdr->sh_type; in getRelocatedSection()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp66 typedef typename ELFO::uintX_t uintX_t;
147 typedef typename ELFO::uintX_t uintX_t; typedef in __anon79be9f670111::ELFDumper
161 DynRegionInfo createDRIFrom(const Elf_Phdr *P, uintX_t EntSize) { in createDRIFrom()
1778 uintX_t Tag = Entry.getTag(); in printDynamicTable()
2526 uintX_t Offset = Sec.sh_offset; in printRelocations()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp107 using uintX_t = typename ELFT::uint;
190 DynRegionInfo createDRIFrom(const Elf_Phdr *P, uintX_t EntSize) { in createDRIFrom()
1895 uintX_t Tag = Entry.getTag(); in printDynamicTable()
2736 uintX_t Offset = Sec.sh_offset; in printRelocations()