Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h79 DATA_SEGMENT_RELRO_END = 39, enumerator
210 Operator& Operator::create<Operator::DATA_SEGMENT_RELRO_END>();
DBinaryOp.h117 BinaryOp<Operator::DATA_SEGMENT_RELRO_END>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp350 Operator& Operator::create<Operator::DATA_SEGMENT_RELRO_END>() in create()
352 static BinaryOp<Operator::DATA_SEGMENT_RELRO_END> op; in create()
DScriptParser.yy126 %token DATA_SEGMENT_RELRO_END
823 | DATA_SEGMENT_RELRO_END '(' exp ',' exp ')'
826 &Operator::create<Operator::DATA_SEGMENT_RELRO_END>());
DScriptScanner.ll111 <EXPRESSION>"DATA_SEGMENT_RELRO_END" { return token::DATA_SEGMENT_RELRO_END; }
DBinaryOp.cpp203 BinaryOp<Operator::DATA_SEGMENT_RELRO_END>::eval(const Module& pModule, in eval()