Home
last modified time | relevance | path

Searched refs:pOutputDesc (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc) in Output() argument
96 : m_Name(pOutputDesc.name()), in Output()
97 m_Prolog(pOutputDesc.prolog()), in Output()
98 m_Epilog(pOutputDesc.epilog()), in Output()
254 const OutputSectDesc& pOutputDesc) { in insert() argument
257 if ((*out)->name().compare(pOutputDesc.name()) == 0 && in insert()
258 (*out)->prolog() == pOutputDesc.prolog() && in insert()
259 (*out)->epilog() == pOutputDesc.epilog()) in insert()
280 Output* output = new Output(pOutputDesc); in insert()
/frameworks/compile/mclinker/lib/Script/
DOperand.cpp143 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc) in SectDescOperand() argument
144 : Operand(Operand::SECTION_DESC), m_pOutputDesc(pOutputDesc) { in SectDescOperand()
153 const SectionMap::Output* pOutputDesc) { in create() argument
155 new (result) SectDescOperand(pOutputDesc); in create()
DInputSectDesc.cpp25 const OutputSectDesc& pOutputDesc) in InputSectDesc() argument
29 m_OutputSectDesc(pOutputDesc) { in InputSectDesc()
/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h159 explicit SectDescOperand(const SectionMap::Output* pOutputDesc);
176 static SectDescOperand* create(const SectionMap::Output* pOutputDesc);
DInputSectDesc.h74 const OutputSectDesc& pOutputDesc);
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h75 explicit Output(const OutputSectDesc& pOutputDesc);
172 const OutputSectDesc& pOutputDesc);