Home
last modified time | relevance | path

Searched refs:isDynamicSymbol (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h272 bool isDynamicSymbol(const LDSymbol& pSymbol) const;
275 bool isDynamicSymbol(const ResolveInfo& pResolveInfo) const;
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp579 return pSym.isLocal() || !getTarget().isDynamicSymbol(pSym) || !pSym.isDyn(); in isLocalReloc()
700 if (getTarget().isDynamicSymbol(*rsym)) { in createDynRel()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp291 if (getTarget().isDynamicSymbol(*rsym) && in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2633 bool GNULDBackend::isDynamicSymbol(const LDSymbol& pSymbol) const { in isDynamicSymbol() function in mcld::GNULDBackend
2652 bool GNULDBackend::isDynamicSymbol(const ResolveInfo& pResolveInfo) const { in isDynamicSymbol() function in mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp1484 if (getTarget().isDynamicSymbol(*rsym) && in scanGlobalReloc()