Searched refs:DATA_SEGMENT_RELRO_END (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h72 DATA_SEGMENT_RELRO_END = 39, enumerator in enum:mcld::Operator::Type
202 Operator& Operator::create<Operator::DATA_SEGMENT_RELRO_END>();
H A DBinaryOp.h105 IntOperand* BinaryOp<Operator::DATA_SEGMENT_RELRO_END>::eval(
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp37 "DATA_SEGMENT_RELRO_END", "DEFINED", "LENGTH",
275 Operator& Operator::create<Operator::DATA_SEGMENT_RELRO_END>() {
276 static BinaryOp<Operator::DATA_SEGMENT_RELRO_END> op;
H A DScriptParser.yy129 %token DATA_SEGMENT_RELRO_END
834 | DATA_SEGMENT_RELRO_END '(' exp ',' exp ')'
837 &Operator::create<Operator::DATA_SEGMENT_RELRO_END>());
H A DBinaryOp.cpp187 IntOperand* BinaryOp<Operator::DATA_SEGMENT_RELRO_END>::eval(
H A DScriptScanner.ll118 <EXPRESSION>"DATA_SEGMENT_RELRO_END" { return token::DATA_SEGMENT_RELRO_END; }

Completed in 330 milliseconds