Lines Matching refs:Sec
382 for (const Elf_Shdr &Sec : ELF->sections()) {
383 if (Sec.sh_type != ELF::SHT_REL || Sec.sh_info != IndexSectionIndex)
386 ErrorOr<const Elf_Shdr *> SymTabOrErr = ELF->getSection(Sec.sh_link);
390 for (const Elf_Rel &R : ELF->rels(&Sec)) {
551 for (const Elf_Shdr &Sec : ELF->sections()) {
552 if (Sec.sh_type == ELF::SHT_ARM_EXIDX) {
556 if (ErrorOr<StringRef> SectionName = ELF->getSectionName(&Sec))
558 SW.printHex("SectionOffset", Sec.sh_offset);
560 PrintIndexTable(SectionIndex, &Sec);