Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h925 const uintX_t SectionTableOffset = getHeader().e_shoff; in sections() local
926 if (SectionTableOffset == 0) { in sections()
937 if (SectionTableOffset + sizeof(Elf_Shdr) > FileSize || in sections()
938 SectionTableOffset + (uintX_t)sizeof(Elf_Shdr) < SectionTableOffset) in sections()
941 Twine::utohexstr(SectionTableOffset)); in sections()
944 if (SectionTableOffset & (alignof(Elf_Shdr) - 1)) in sections()
949 reinterpret_cast<const Elf_Shdr *>(base() + SectionTableOffset); in sections()
961 if (SectionTableOffset + SectionTableSize < SectionTableOffset) in sections()
964 Twine::utohexstr(SectionTableOffset) + in sections()
970 if (SectionTableOffset + SectionTableSize > FileSize) in sections()