Searched refs:SectionTableOffset (Results 1 – 3 of 3) sorted by relevance
511 const uintX_t SectionTableOffset = getHeader()->e_shoff; in sections() local512 if (SectionTableOffset == 0) in sections()520 if (SectionTableOffset + sizeof(Elf_Shdr) > FileSize || in sections()521 SectionTableOffset + (uintX_t)sizeof(Elf_Shdr) < SectionTableOffset) in sections()524 Twine::utohexstr(SectionTableOffset)); in sections()527 if (SectionTableOffset & (alignof(Elf_Shdr) - 1)) in sections()532 reinterpret_cast<const Elf_Shdr *>(base() + SectionTableOffset); in sections()544 if (SectionTableOffset + SectionTableSize < SectionTableOffset) in sections()547 Twine::utohexstr(SectionTableOffset) + in sections()553 if (SectionTableOffset + SectionTableSize > FileSize) in sections()
558 const uintX_t SectionTableOffset = getHeader().e_shoff; in sections() local559 if (SectionTableOffset == 0) in sections()567 if (SectionTableOffset + sizeof(Elf_Shdr) > FileSize || in sections()568 SectionTableOffset + (uintX_t)sizeof(Elf_Shdr) < SectionTableOffset) in sections()571 Twine::utohexstr(SectionTableOffset)); in sections()574 if (SectionTableOffset & (alignof(Elf_Shdr) - 1)) in sections()579 reinterpret_cast<const Elf_Shdr *>(base() + SectionTableOffset); in sections()591 if (SectionTableOffset + SectionTableSize < SectionTableOffset) in sections()594 Twine::utohexstr(SectionTableOffset) + in sections()600 if (SectionTableOffset + SectionTableSize > FileSize) in sections()
347 const uint64_t SectionTableOffset = Header->e_shoff; in ELFFile() local349 if (SectionTableOffset + sizeof(Elf_Shdr) > FileSize) { in ELFFile()357 reinterpret_cast<const Elf_Shdr *>(base() + SectionTableOffset); in ELFFile()360 if (SectionTableOffset + SectionTableSize > FileSize) { in ELFFile()