Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp348 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections() local
349 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()
534 LDSection& reldyn = file_format->getRelaDyn(); in initTargetSections() local
535 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp65 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections() local
66 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp112 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections() local
113 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()