Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h56 uint64_t, uint32_t>::type uintX_t; typedef
70 ELFEntityIterator(uintX_t EntSize, const char *Start) in ELFEntityIterator()
123 uintX_t getEntSize() const { return EntitySize; } in getEntSize()
126 uintX_t EntitySize;
171 Elf_Sym_Iter(uintX_t EntSize, const char *Start, bool IsDynamic) in Elf_Sym_Iter()
222 uintX_t getEntSize() const { return EntitySize; } in getEntSize()
225 uintX_t EntitySize;
259 uintX_t Size;
261 uintX_t EntSize;
306 const char *getDynamicString(uintX_t Offset) const;
[all …]
DELFObjectFile.h61 typedef typename ELFFile<ELFT>::uintX_t uintX_t; typedef
499 uintX_t Index = ESym->st_shndx; in sectionContainsSymbol()
537 uintX_t Type = EShdr->sh_type; in getRelocatedSection()