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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp370 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
374 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
621 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
625 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
669 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
673 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
718 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
721 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
800 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
803 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp253 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
256 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
314 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
317 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
799 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
802 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
866 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
870 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag()) &&
924 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
927 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp224 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
227 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {

Completed in 178 milliseconds