Searched refs:setLink (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h177 /// setLink - set the sections should link with.
179 void setLink(LDSection* pLink) function in class:mcld::LDSection
H A DResolveInfo.h140 void setLink(const ResolveInfo* pTarget) { function in class:mcld::ResolveInfo
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp159 old->setLink(pNew.link());
H A DELFReader.cpp460 info->section->setLink(pInput.context()->getSection(info->sh_link));
464 info->section->setLink(pInput.context()->getSection(info->sh_info));
1016 info->section->setLink(pInput.context()->getSection(info->sh_link));
1020 info->section->setLink(pInput.context()->getSection(info->sh_info));
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp344 relplt.setLink(&plt);
530 relplt.setLink(&plt);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp389 rel_text->setLink(text);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp107 relplt.setLink(&plt);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp446 relaplt.setLink(&plt);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2216 output_sect->setLink(output_link);

Completed in 113 milliseconds