Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DUnaryOp.cpp78 case Operand::SECTION_DESC: in eval()
100 case Operand::SECTION_DESC: in eval()
171 case Operand::SECTION_DESC: in eval()
DOperand.cpp140 : Operand(Operand::SECTION_DESC), m_pOutputDesc(NULL) { in SectDescOperand()
144 : Operand(Operand::SECTION_DESC), m_pOutputDesc(pOutputDesc) { in SectDescOperand()
/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h31 enum Type { SYMBOL, INTEGER, SECTION, SECTION_DESC, FRAGMENT }; enumerator
172 return pOperand->type() == Operand::SECTION_DESC; in classof()