Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h167 void setLink(LDSection* pLink) { m_pLink = pLink; } in setLink() function
H A DResolveInfo.h122 void setLink(const ResolveInfo* pTarget) { in setLink() function
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp159 old->setLink(pNew.link()); in resolve()
H A 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()
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp364 relplt.setLink(&plt); in initTargetSections()
631 relplt.setLink(&plt); in initTargetSections()
/aosp12/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp387 rel_text->setLink(text); in TEST_F()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp116 relaplt.setLink(&plt); in initTargetSections()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp187 relplt.setLink(&plt); in initTargetSections()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp422 relaplt.setLink(&plt); in initTargetSections()
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2539 output_sect->setLink(output_link); in preLayout()
/aosp12/art/test/083-compiler-regressions/src/
H A DMain.java9689 private void setLink(LVNTests l) { in setLink() method in LVNTests
9714 rhs.setLink(null); in causeNPE2()