Home
last modified time | relevance | path

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

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