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

/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp173 const LDSection* target_sect = local
175 if (!mayProcessGC(*target_sect))
184 reached_sects->insert(target_sect);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp434 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
437 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
486 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
489 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp893 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
896 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
934 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
937 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1590 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1593 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1640 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
1644 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag()) &&
1711 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1714 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp479 const LDSection* target_sect = local
481 if (target_sect->kind() != LDFileFormat::TEXT &&
482 target_sect->kind() != LDFileFormat::DATA &&
483 target_sect->kind() != LDFileFormat::BSS)
492 reached_sects->insert(target_sect);
H A DARMRelocator.cpp1184 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1188 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1231 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1235 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1279 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1282 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1361 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1364 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp809 LDSection& target_sect = local
814 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1019 LDSection& target_sect = local
1024 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp730 LDSection &target_sect = target_frag->getParent()->getSection(); local
735 if (0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {

Completed in 87 milliseconds