Searched refs:target_sect (Results 1 – 7 of 7) sorted by relevance
162 const LDSection* target_sect = in setUpReachedSections() local164 if (!mayProcessGC(*target_sect)) in setUpReachedSections()173 reached_sects->insert(target_sect); in setUpReachedSections()
869 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); in abs() local872 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) { in abs()907 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); in rel() local911 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) { in rel()1538 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); in abs() local1541 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) { in abs()1586 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); in signed32() local1590 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) != 0x0 && !rsym->isLocal() && in signed32()1654 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); in rel() local1657 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) { in rel()
1118 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); in movw_abs_nc() local1122 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) != 0x0) { in movw_abs_nc()1163 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); in movt_abs() local1168 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) != 0x0) { in movt_abs()1211 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); in thm_movw_abs_nc() local1215 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) != 0x0) { in thm_movw_abs_nc()1292 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); in thm_movt_abs() local1295 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) != 0x0) { in thm_movt_abs()
594 const LDSection* target_sect = in setUpReachedSectionsForGC() local596 if (target_sect->kind() != LDFileFormat::TEXT && in setUpReachedSectionsForGC()597 target_sect->kind() != LDFileFormat::DATA && in setUpReachedSectionsForGC()598 target_sect->kind() != LDFileFormat::BSS) in setUpReachedSectionsForGC()607 reached_sects->insert(target_sect); in setUpReachedSectionsForGC()
469 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); in abs() local472 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) { in abs()519 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); in rel() local522 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) { in rel()
850 LDSection& target_sect = in abs32() local856 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) { in abs32()1047 LDSection& target_sect = in abs64() local1053 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) { in abs64()
745 LDSection& target_sect = target_frag->getParent()->getSection(); in relocPCREL() local750 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0) { in relocPCREL()