Searched refs:SectionTableOffset (Results 1 – 1 of 1) sorted by relevance
457 const uintX_t SectionTableOffset = getHeader()->e_shoff; in sections() local458 if (SectionTableOffset == 0) in sections()467 if (SectionTableOffset + sizeof(Elf_Shdr) > FileSize) in sections()471 if (SectionTableOffset & (alignof(Elf_Shdr) - 1)) in sections()475 reinterpret_cast<const Elf_Shdr *>(base() + SectionTableOffset); in sections()487 if (SectionTableOffset + SectionTableSize > FileSize) in sections()