Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp64 pReloc.setSymInfo(stub->symInfo()); in create()
70 pReloc.setSymInfo(stub->symInfo()); in create()
94 stub->setSymInfo(symbol->resolveInfo()); in create()
104 reloc->setSymInfo(pReloc.symInfo()); in create()
112 pReloc.setSymInfo(stub->symInfo()); in create()
DRelocator.cpp50 pReloc.setSymInfo(sym_info); in partialScanRelocation()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationHelpers.h125 rel_entry.setSymInfo(rsym); in helper_PLT_init()
142 rel_entry.setSymInfo(NULL); in helper_DynRela_init()
144 rel_entry.setSymInfo(pSym); in helper_DynRela_init()
DAArch64Relocator.cpp101 rel_entry.setSymInfo(&pSym); in addCopyReloc()
/frameworks/compile/mclinker/lib/Fragment/
DStub.cpp26 void Stub::setSymInfo(ResolveInfo* pSymInfo) in setSymInfo() function in Stub
DRelocation.cpp143 void Relocation::setSymInfo(ResolveInfo* pSym) in setSymInfo() function in Relocation
/frameworks/compile/mclinker/include/mcld/Fragment/
DRelocation.h107 void setSymInfo(ResolveInfo* pSym);
DStub.h103 void setSymInfo(ResolveInfo* pSymInfo);
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp43 rel_entry.setSymInfo(NULL); in helper_DynRel_init()
45 rel_entry.setSymInfo(pSym); in helper_DynRel_init()
134 rel_entry.setSymInfo(rsym); in helper_PLT_init()
216 rel_entry.setSymInfo(&pSym); in addCopyReloc()
466 rel_entry1.setSymInfo(sect_sym->resolveInfo()); in scanLocalReloc()
829 reloc->setSymInfo(pReloc.symInfo()); in convertTLSIEtoLE()
841 reloc->setSymInfo(pReloc.symInfo()); in convertTLSIEtoLE()
1156 rel_entry.setSymInfo(NULL); in helper_DynRel_init()
1158 rel_entry.setSymInfo(pSym); in helper_DynRel_init()
1259 rel_entry.setSymInfo(rsym); in helper_PLT_init()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp36 rela_entry.setSymInfo(0); in helper_DynRel_init()
38 rela_entry.setSymInfo(pSym); in helper_DynRel_init()
110 rela_entry.setSymInfo(rsym); in helper_PLT_init()
227 rel_entry.setSymInfo(&pSym); in addCopyReloc()
474 pReloc.setSymInfo(sym_info); in partialScanRelocation()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp114 rel_entry.setSymInfo(NULL); in helper_GOT_init()
120 rel_entry.setSymInfo(rsym); in helper_GOT_init()
162 rel_entry.setSymInfo(rsym); in helper_PLT_init()
184 rel_entry.setSymInfo(NULL); in helper_DynRel_init()
186 rel_entry.setSymInfo(rsym); in helper_DynRel_init()
378 rel_entry.setSymInfo(&pSym); in addCopyReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp495 relEntry.setSymInfo(&pSym); in addCopyReloc()
744 rel->setSymInfo(&rsym); in getPLTAddress()
765 relEntry.setSymInfo(pSym); in setupRelDynEntry()
786 relEntry.setSymInfo(pSym); in setupRelDynEntry()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp607 relocation->setSymInfo(pSym.resolveInfo()); in AddRelocation()