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

  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 162 const LDSection* target_sect = local
164 if (!mayProcessGC(*target_sect))
173 reached_sects->insert(target_sect);
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 869 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
872 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) {
907 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1538 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1654 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 594 const LDSection* target_sect = local
596 if (target_sect->kind() != LDFileFormat::TEXT &&
597 target_sect->kind() != LDFileFormat::DATA &&
598 target_sect->kind() != LDFileFormat::BSS)
607 reached_sects->insert(target_sect);
    [all...]
ARMRelocator.cpp 1118 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1163 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1211 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
1292 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 469 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
472 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
519 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection(); local
522 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 850 LDSection& target_sect = local
856 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0x0) {
1047 LDSection& target_sect = local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 745 LDSection& target_sect = target_frag->getParent()->getSection(); local
750 if ((llvm::ELF::SHF_ALLOC & target_sect.flag()) == 0) {
  /toolchain/binutils/binutils-2.27/bfd/
elf.c 2231 asection *target_sect; local
    [all...]

Completed in 741 milliseconds