Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp104 if ((*sym)->hasFragRef() && ((*sym)->type() == ResolveInfo::Function)) { in foldIdenticalCode()
144 if (sym->hasFragRef() && (sym->type() == ResolveInfo::Function)) { in findCandidates()
250 if ((sym->type() == ResolveInfo::Function) && sym->hasFragRef()) { in initConstantContent()
257 if (!pBackend.isSymbolPreemptible(*rel.symInfo()) && sym->hasFragRef() && in initConstantContent()
DGarbageCollection.cpp157 if (!sym->isDefine() || !sym->outSymbol()->hasFragRef()) in setUpReachedSections()
215 if (sym == NULL || !sym->hasFragRef()) in getEntrySections()
253 if (sym == NULL || !sym->hasFragRef()) in getEntrySections()
277 if (!info->isDefine() || !sym->hasFragRef()) in getEntrySections()
DLDSymbol.cpp89 bool LDSymbol::hasFragRef() const { in hasFragRef() function in mcld::LDSymbol
DRelocator.cpp38 assert(input_sym->hasFragRef()); in partialScanRelocation()
DEhFrame.cpp262 bool has_section = rel.symInfo()->outSymbol()->hasFragRef(); in removeDiscardedFDE()
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h137 if (KEY1.symbol()->hasFragRef() && KEY2.symbol()->hasFragRef()) { in operator()
DLDSymbol.h111 bool hasFragRef() const;
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp456 if (pInfo.outSymbol()->hasFragRef() && in addSymbolToOutput()
601 if (!info->outSymbol()->hasFragRef() && in scanRelocations()
728 if ((*symbol)->hasFragRef()) { in finalizeSymbolValue()
805 if (!info->outSymbol()->hasFragRef() && in relocation()
811 if (info->outSymbol()->hasFragRef() && in relocation()
889 if (!info->outSymbol()->hasFragRef() && in normalSyncRelocationResult()
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp88 m_pSymInfo->outSymbol()->hasFragRef()) { in symValue()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp498 if (!f_pPreInitArrayStart->hasFragRef()) { in finalizeStandardSymbols()
505 if (f_pPreInitArrayEnd->hasFragRef()) { in finalizeStandardSymbols()
515 if (!f_pInitArrayStart->hasFragRef()) { in finalizeStandardSymbols()
522 if (f_pInitArrayEnd->hasFragRef()) { in finalizeStandardSymbols()
532 if (!f_pFiniArrayStart->hasFragRef()) { in finalizeStandardSymbols()
539 if (f_pFiniArrayEnd->hasFragRef()) { in finalizeStandardSymbols()
549 if (!f_pStack->hasFragRef()) { in finalizeStandardSymbols()
649 if (!pSymbol.hasFragRef()) in finalizeTLSSymbol()
1457 if (pSymbol.resolveInfo()->isDefine() && !pSymbol.hasFragRef()) in getSymbolShndx()
1460 assert(pSymbol.hasFragRef() && in getSymbolShndx()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp589 if (!sym->isDefine() || !sym->outSymbol()->hasFragRef()) in setUpReachedSectionsForGC()
846 if (symbol->hasFragRef()) { in doRelax()
DARMRelocator.cpp327 assert(pSym.outSymbol()->hasFragRef()); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp230 assert(pSym.outSymbol()->hasFragRef()); in addCopyReloc()
483 assert(input_sym->hasFragRef()); in partialScanRelocation()
DHexagonLDBackend.cpp569 if (symbol->hasFragRef()) { in doRelax()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp393 if (symbol->hasFragRef()) { in doRelax()
DAArch64Relocator.cpp96 assert(pSym.outSymbol()->hasFragRef()); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp770 if (symbol->hasFragRef()) { in relaxRelocation()
DMipsRelocator.cpp479 assert(pSym.outSymbol()->hasFragRef()); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp192 assert(pSym.outSymbol()->hasFragRef()); in addCopyReloc()