Home
last modified time | relevance | path

Searched refs:setLink (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h167 void setLink(LDSection* pLink) { m_pLink = pLink; } in setLink() function
DResolveInfo.h122 void setLink(const ResolveInfo* pTarget) { in setLink() function
/frameworks/compile/mclinker/lib/LD/
DStaticResolver.cpp159 old->setLink(pNew.link()); in resolve()
DELFReader.cpp421 info->section->setLink(pInput.context()->getSection(info->sh_info)); in readSectionHeaders()
423 info->section->setLink(pInput.context()->getSection(info->sh_link)); in readSectionHeaders()
915 info->section->setLink(pInput.context()->getSection(info->sh_info)); in readSectionHeaders()
917 info->section->setLink(pInput.context()->getSection(info->sh_link)); in readSectionHeaders()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp364 relplt.setLink(&plt); in initTargetSections()
631 relplt.setLink(&plt); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp111 relaplt.setLink(&plt); in initTargetSections()
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp387 rel_text->setLink(text); in TEST_F()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp119 relplt.setLink(&plt); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp421 relaplt.setLink(&plt); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2533 output_sect->setLink(output_link); in preLayout()