Searched refs:toELFShdrIter (Results 1 – 1 of 1) sorted by relevance
152 Elf_Shdr_Iter toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter() function284 return toELFShdrIter(DRI)->sh_flags; in getSectionFlags()290 return toELFShdrIter(DRI)->sh_type; in getSectionType()433 Sec = toDRI(++toELFShdrIter(Sec)); in moveSectionNext()439 ErrorOr<StringRef> Name = EF.getSectionName(&*toELFShdrIter(Sec)); in getSectionName()448 return toELFShdrIter(Sec)->sh_addr; in getSectionAddress()453 return toELFShdrIter(Sec)->sh_size; in getSectionSize()460 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec); in getSectionContents()467 return toELFShdrIter(Sec)->sh_addralign; in getSectionAlignment()472 return toELFShdrIter(Sec)->sh_flags & ELF::SHF_EXECINSTR; in isSectionText()[all …]