Searched refs:SectionTableOffset (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELF.h642 const uint64_t SectionTableOffset = Header->e_shoff; local
644 if (SectionTableOffset + sizeof(Elf_Shdr) > FileSize)
650 reinterpret_cast<const Elf_Shdr *>(base() + SectionTableOffset);
653 if (SectionTableOffset + SectionTableSize > FileSize)

Completed in 69 milliseconds