Home
last modified time | relevance | path

Searched refs:setLink (Results 1 – 11 of 11) 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/unittests/
DLinkerTest.cpp387 rel_text->setLink(text); in TEST_F()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp116 relaplt.setLink(&plt); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp187 relplt.setLink(&plt); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp422 relaplt.setLink(&plt); in initTargetSections()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2539 output_sect->setLink(output_link); in preLayout()