Home
last modified time | relevance | path

Searched refs:reldyn (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp368 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections() local
369 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()
635 LDSection& reldyn = file_format->getRelaDyn(); in initTargetSections() local
636 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp192 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections() local
193 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp108 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections() local
109 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()