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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp487 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
490 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp820 LDSection& target_sect = target_frag->getParent()->getSection(); local
823 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
875 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
878 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1573 LDSection& target_sect = target_frag->getParent()->getSection(); local
1576 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1636 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
1640 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag()) &&
1696 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1699 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp824 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
828 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1107 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1111 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1154 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1158 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1202 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1205 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1284 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1287 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect
[all...]

Completed in 35 milliseconds