Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h511 const uintX_t SectionTableOffset = getHeader()->e_shoff; in sections() local
512 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()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h558 const uintX_t SectionTableOffset = getHeader().e_shoff; in sections() local
559 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()
/external/llvm/include/llvm/Object/
DELF.h347 const uint64_t SectionTableOffset = Header->e_shoff; in ELFFile() local
349 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()