Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h274 bool isDynamicSymbol(const LDSymbol& pSymbol) const;
278 bool isDynamicSymbol(const ResolveInfo& pResolveInfo) const;
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp295 if (getTarget().isDynamicSymbol(*rsym) && in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp599 !getTarget().isDynamicSymbol(pSym) || in isLocalReloc()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2745 bool GNULDBackend::isDynamicSymbol(const LDSymbol& pSymbol) const in isDynamicSymbol() function in GNULDBackend
2766 bool GNULDBackend::isDynamicSymbol(const ResolveInfo& pResolveInfo) const in isDynamicSymbol() function in GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp1552 if (getTarget().isDynamicSymbol(*rsym) && in scanGlobalReloc()