Searched refs:toELFShdrIter (Results 1 – 1 of 1) sorted by relevance
134 Elf_Shdr_Iter toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter() function429 Result = SectionRef(toDRI(++toELFShdrIter(Sec)), this); in getSectionNext()436 ErrorOr<StringRef> Name = EF.getSectionName(&*toELFShdrIter(Sec)); in getSectionName()446 Result = toELFShdrIter(Sec)->sh_addr; in getSectionAddress()453 Result = toELFShdrIter(Sec)->sh_size; in getSectionSize()460 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec); in getSectionContents()468 Result = toELFShdrIter(Sec)->sh_addralign; in getSectionAlignment()475 Result = toELFShdrIter(Sec)->sh_flags & ELF::SHF_EXECINSTR; in isSectionText()482 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec); in isSectionData()491 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec); in isSectionBSS()[all …]