Home
last modified time | relevance | path

Searched refs:symbolNeedsDynRel (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp540 .symbolNeedsDynRel( in scanGlobalReloc()
633 .symbolNeedsDynRel( in scanGlobalReloc()
866 bool has_dyn_rel = pParent.getTarget().symbolNeedsDynRel( in abs()
904 bool has_dyn_rel = pParent.getTarget().symbolNeedsDynRel( in rel()
1389 .symbolNeedsDynRel( in scanGlobalReloc()
1486 .symbolNeedsDynRel( in scanGlobalReloc()
1674 .symbolNeedsDynRel( in rel()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp239 .symbolNeedsDynRel( in scanGlobalReloc()
293 .symbolNeedsDynRel( in scanGlobalReloc()
332 .symbolNeedsDynRel( in scanGlobalReloc()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h259 bool symbolNeedsDynRel(const ResolveInfo& pSym,
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp558 .symbolNeedsDynRel( in scanGlobalReloc()
637 .symbolNeedsDynRel( in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp367 getTarget().symbolNeedsDynRel(*rsym, hasPLT, true)) { in scanGlobalReloc()
377 if (getTarget().symbolNeedsDynRel(*rsym, hasPLT, true) || in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp321 if (ld_backend.symbolNeedsDynRel( in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2726 bool GNULDBackend::symbolNeedsDynRel(const ResolveInfo& pSym, in symbolNeedsDynRel() function in mcld::GNULDBackend