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

  /development/vndk/tools/vtable-dumper/
elf_handling.h 123 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);
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 77 milliseconds