Searched defs:target_sect (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp162 const LDSection* target_sect = local
164 if (!mayProcessGC(*target_sect))
173 reached_sects->insert(target_sect);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp469 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
472 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
519 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
522 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp745 LDSection& target_sect = target_frag->getParent()->getSection(); local
750 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp869 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
872 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) {
907 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
911 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) {
1538 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1541 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) {
1586 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
1590 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) != 0x0 && !rsym->isLocal() &&
1654 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1657 if ((llvm::ELF::SHF_ALLOC & target_sect
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp594 const LDSection* target_sect = local
596 if (target_sect->kind() != LDFileFormat::TEXT &&
597 target_sect->kind() != LDFileFormat::DATA &&
598 target_sect->kind() != LDFileFormat::BSS)
607 reached_sects->insert(target_sect);
H A DARMRelocator.cpp1118 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1122 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) != 0x0) {
1163 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1168 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) != 0x0) {
1211 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1215 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) != 0x0) {
1292 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1295 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) != 0x0) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp850 LDSection& target_sect = local
856 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) {
1047 LDSection& target_sect = local
1053 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {

Completed in 257 milliseconds