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

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

Completed in 2033 milliseconds