HomeSort by relevance Sort by last modified time
    Searched refs:target_sect (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 824 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
1154 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1202 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1284 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 820 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
1696 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 487 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
490 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {

Completed in 40 milliseconds