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()
264 const OutputSectDesc& pOutputDesc) in insert() argument
268 if ((*out)->name().compare(pOutputDesc.name()) == 0 && in insert()
269 (*out)->prolog() == pOutputDesc.prolog() && in insert()
270 (*out)->epilog() == pOutputDesc.epilog()) in insert()
291 Output* output = new Output(pOutputDesc); in insert()
/frameworks/compile/mclinker/lib/Script/
DOperand.cpp167 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc) in SectDescOperand() argument
168 : Operand(Operand::SECTION_DESC), m_pOutputDesc(pOutputDesc) in SectDescOperand()
178 SectDescOperand* SectDescOperand::create(const SectionMap::Output* pOutputDesc) in create() argument
181 new (result) SectDescOperand(pOutputDesc); in create()
DInputSectDesc.cpp23 const OutputSectDesc& pOutputDesc) in InputSectDesc() argument
27 m_OutputSectDesc(pOutputDesc) in InputSectDesc()
/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h173 SectDescOperand(const SectionMap::Output* pOutputDesc);
192 static SectDescOperand* create(const SectionMap::Output* pOutputDesc);
DInputSectDesc.h78 const OutputSectDesc& pOutputDesc);
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h74 Output(const OutputSectDesc& pOutputDesc);
172 insert(const InputSectDesc& pInputDesc, const OutputSectDesc& pOutputDesc);