Home
last modified time | relevance | path

Searched refs:setSymInfo (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
DStub.cpp28 void Stub::setSymInfo(ResolveInfo* pSymInfo) { in setSymInfo() function in mcld::Stub
54 setSymInfo(symbol->resolveInfo()); in applyFixup()
62 reloc->setSymInfo(pSrcReloc.symInfo()); in applyFixup()
DRelocation.cpp134 void Relocation::setSymInfo(ResolveInfo* pSym) { in setSymInfo() function in mcld::Relocation
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64CA53ErratumStub.cpp92 setSymInfo(stub_sym->resolveInfo()); in applyFixup()
109 reloc->setSymInfo(target_info); in applyFixup()
122 reloc->setSymInfo(target_info); in applyFixup()
DAArch64RelocationHelpers.h112 rel_entry.setSymInfo(rsym); in helper_PLT_init()
127 rel_entry.setSymInfo(NULL); in helper_DynRela_init()
129 rel_entry.setSymInfo(pSym); in helper_DynRela_init()
DAArch64LDBackend.cpp344 reloc->setSymInfo(stub->symInfo()); in scanErrata()
414 relocation->setSymInfo(stub->symInfo()); in doRelax()
DAArch64Relocator.cpp98 rel_entry.setSymInfo(&pSym); in addCopyReloc()
/frameworks/compile/mclinker/include/mcld/Fragment/
DRelocation.h106 void setSymInfo(ResolveInfo* pSym);
DStub.h118 void setSymInfo(ResolveInfo* pSymInfo);
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp41 rel_entry.setSymInfo(NULL); in helper_DynRel_init()
43 rel_entry.setSymInfo(pSym); in helper_DynRel_init()
119 rel_entry.setSymInfo(rsym); in helper_PLT_init()
194 rel_entry.setSymInfo(&pSym); in addCopyReloc()
428 rel_entry1.setSymInfo(sect_sym->resolveInfo()); in scanLocalReloc()
792 reloc->setSymInfo(pReloc.symInfo()); in convertTLSIEtoLE()
805 reloc->setSymInfo(pReloc.symInfo()); in convertTLSIEtoLE()
1117 rel_entry.setSymInfo(NULL); in helper_DynRel_init()
1119 rel_entry.setSymInfo(pSym); in helper_DynRel_init()
1204 rel_entry.setSymInfo(rsym); in helper_PLT_init()
/frameworks/compile/mclinker/lib/LD/
DRelocator.cpp49 pReloc.setSymInfo(sym_info); in partialScanRelocation()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp37 rela_entry.setSymInfo(0); in helper_DynRel_init()
39 rela_entry.setSymInfo(pSym); in helper_DynRel_init()
109 rela_entry.setSymInfo(rsym); in helper_PLT_init()
232 rel_entry.setSymInfo(&pSym); in addCopyReloc()
490 pReloc.setSymInfo(sym_info); in partialScanRelocation()
DHexagonLDBackend.cpp582 relocation->setSymInfo(stub->symInfo()); in doRelax()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp102 rel_entry.setSymInfo(NULL); in helper_GOT_init()
107 rel_entry.setSymInfo(rsym); in helper_GOT_init()
143 rel_entry.setSymInfo(rsym); in helper_PLT_init()
163 rel_entry.setSymInfo(NULL); in helper_DynRel_init()
165 rel_entry.setSymInfo(rsym); in helper_DynRel_init()
329 rel_entry.setSymInfo(&pSym); in addCopyReloc()
DARMLDBackend.cpp763 reloc->setSymInfo( in rewriteARMExIdxSection()
783 reloc->setSymInfo(CreateLocalSymbolToFragmentEnd(pModule, *prevTextFrag)); in rewriteARMExIdxSection()
866 relocation->setSymInfo(stub->symInfo()); in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp107 relEntry->setSymInfo(rsym); in helper_PLT_init()
481 relEntry.setSymInfo(&pSym); in addCopyReloc()
752 relEntry.setSymInfo(pSym); in setupRelDynEntry()
DMipsLDBackend.cpp784 pRel.setSymInfo(stub->symInfo()); in relaxRelocation()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp598 relocation->setSymInfo(pSym.resolveInfo()); in AddRelocation()