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

  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 173 const LDSection* target_sect = local
175 if (!mayProcessGC(*target_sect))
184 reached_sects->insert(target_sect);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 434 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/
X86Relocator.cpp 893 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
934 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1590 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1711 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 479 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);
ARMRelocator.cpp 1184 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1231 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1279 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1361 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 809 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/
HexagonRelocator.cpp 730 LDSection &target_sect = target_frag->getParent()->getSection(); local
735 if (0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {

Completed in 1135 milliseconds