Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h41 uint64_t, uint32_t>::type uintX_t; typedef
199 uintX_t getStringTableIndex() const;
252 uintX_t Offset = Sec->sh_offset; in getSectionContentsAsArray()
253 uintX_t Size = Sec->sh_size; in getSectionContentsAsArray()
327 typename ELFFile<ELFT>::uintX_t ELFFile<ELFT>::getStringTableIndex() const { in getStringTableIndex()
373 uintX_t StringTableIndex = getStringTableIndex(); in ELFFile()
412 uintX_t Offset = Phdr->p_offset; in dynamic_table_begin()
424 uintX_t Size = Phdr->p_filesz; in dynamic_table_end()
428 uintX_t End = Phdr->p_offset + Size; in dynamic_table_end()
484 uintX_t Size = Section.sh_size; in getSHNDXTable()
[all …]
DELFTypes.h317 uint64_t, uint32_t>::type uintX_t;
319 uintX_t getVal() const { return d_un.d_val; }
320 uintX_t getPtr() const { return d_un.d_ptr; }
DELFObjectFile.h183 typedef typename ELFFile<ELFT>::uintX_t uintX_t; typedef
647 uintX_t Type = EShdr->sh_type; in getRelocatedSection()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp85 typedef typename ELFO::uintX_t uintX_t; typedef in __anon07d3185e0111::ELFDumper
98 uintX_t Size;
100 uintX_t EntSize;
1574 uintX_t Tag = Entry.getTag(); in printDynamicTable()