Home
last modified time | relevance | path

Searched refs:apply_sect (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp137 LDSection* apply_sect = reloc_sect->getLink(); in setUpReachedSections() local
143 if (!mayProcessGC(*apply_sect)) in setUpReachedSections()
170 reached_sects = &m_SectionReachedListMap.getReachedList(*apply_sect); in setUpReachedSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp571 LDSection* apply_sect = reloc_sect->getLink(); in setUpReachedSectionsForGC() local
576 if (llvm::ELF::SHT_ARM_EXIDX == apply_sect->type()) { in setUpReachedSectionsForGC()
604 reached_sects = &pSectReachedListMap.getReachedList(*apply_sect); in setUpReachedSectionsForGC()
612 assert(apply_sect->getLink() != NULL); in setUpReachedSectionsForGC()
613 pSectReachedListMap.addReference(*apply_sect->getLink(), *apply_sect); in setUpReachedSectionsForGC()