Searched refs:SectionTableOffset (Results 1 – 1 of 1) sorted by relevance
767 const uintX_t SectionTableOffset = getHeader().e_shoff; in sections() local768 if (SectionTableOffset == 0) in sections()776 if (SectionTableOffset + sizeof(Elf_Shdr) > FileSize || in sections()777 SectionTableOffset + (uintX_t)sizeof(Elf_Shdr) < SectionTableOffset) in sections()780 Twine::utohexstr(SectionTableOffset)); in sections()783 if (SectionTableOffset & (alignof(Elf_Shdr) - 1)) in sections()788 reinterpret_cast<const Elf_Shdr *>(base() + SectionTableOffset); in sections()800 if (SectionTableOffset + SectionTableSize < SectionTableOffset) in sections()803 Twine::utohexstr(SectionTableOffset) + in sections()809 if (SectionTableOffset + SectionTableSize > FileSize) in sections()