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

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

Completed in 8258 milliseconds