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.cpp237 .symbolNeedsDynRel( in scanGlobalReloc()
291 .symbolNeedsDynRel( in scanGlobalReloc()
330 .symbolNeedsDynRel( in scanGlobalReloc()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h256 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/Hexagon/
DHexagonRelocator.cpp321 if (ld_backend.symbolNeedsDynRel( in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp353 if (getTarget().symbolNeedsDynRel(*rsym, false, true)) { in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2720 bool GNULDBackend::symbolNeedsDynRel(const ResolveInfo& pSym, in symbolNeedsDynRel() function in mcld::GNULDBackend