Home
last modified time | relevance | path

Searched refs:hasFragRef (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp168 if (!sym->isDefine() || !sym->outSymbol()->hasFragRef()) in setUpReachedSections()
237 if (NULL == sym || !sym->hasFragRef()) in getEntrySections()
263 if (NULL == sym || !sym->hasFragRef()) in getEntrySections()
285 if (!info->isDefine() || !sym->hasFragRef()) in getEntrySections()
DLDSymbol.cpp99 bool LDSymbol::hasFragRef() const in hasFragRef() function in LDSymbol
DRelocator.cpp39 assert(input_sym->hasFragRef()); in partialScanRelocation()
DEhFrame.cpp274 bool has_section = rel.symInfo()->outSymbol()->hasFragRef(); in removeDiscardedFDE()
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h145 if (KEY1.symbol()->hasFragRef() && KEY2.symbol()->hasFragRef()) { in operator()
DLDSymbol.h120 bool hasFragRef() const;
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp425 if (pInfo.outSymbol()->hasFragRef() && LDFileFormat::Ignore == in addSymbolToOutput()
565 if (!info->outSymbol()->hasFragRef() && in scanRelocations()
686 if ((*symbol)->hasFragRef()) { in finalizeSymbolValue()
762 if (!info->outSymbol()->hasFragRef() && in relocation()
829 if (!info->outSymbol()->hasFragRef() && in normalSyncRelocationResult()
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp94 m_pSymInfo->outSymbol()->hasFragRef()) { in symValue()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp527 if (!f_pPreInitArrayStart->hasFragRef()) { in finalizeStandardSymbols()
534 if (f_pPreInitArrayEnd->hasFragRef()) { in finalizeStandardSymbols()
545 if (!f_pInitArrayStart->hasFragRef()) { in finalizeStandardSymbols()
552 if (f_pInitArrayEnd->hasFragRef()) { in finalizeStandardSymbols()
563 if (!f_pFiniArrayStart->hasFragRef()) { in finalizeStandardSymbols()
570 if (f_pFiniArrayEnd->hasFragRef()) { in finalizeStandardSymbols()
581 if (!f_pStack->hasFragRef()) { in finalizeStandardSymbols()
692 if (!pSymbol.hasFragRef()) in finalizeTLSSymbol()
1516 if (pSymbol.resolveInfo()->isDefine() && !pSymbol.hasFragRef()) in getSymbolShndx()
1519 assert(pSymbol.hasFragRef() && "symbols must have fragment reference to get its index"); in getSymbolShndx()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp474 if (!sym->isDefine() || !sym->outSymbol()->hasFragRef()) in setUpReachedSectionsForGC()
637 if (symbol->hasFragRef()) { in doRelax()
DARMRelocator.cpp376 assert(pSym.outSymbol()->hasFragRef()); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp225 assert(pSym.outSymbol()->hasFragRef()); in addCopyReloc()
467 assert(input_sym->hasFragRef()); in partialScanRelocation()
DHexagonLDBackend.cpp601 if (symbol->hasFragRef()) { in doRelax()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp99 assert(pSym.outSymbol()->hasFragRef()); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp691 if (symbol->hasFragRef()) { in relaxRelocation()
DMipsRelocator.cpp493 assert(pSym.outSymbol()->hasFragRef()); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp214 assert(pSym.outSymbol()->hasFragRef()); in addCopyReloc()