Home
last modified time | relevance | path

Searched refs:COMMONPAGESIZE (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Script/
H A DNullaryOp.cpp37 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval( in eval()
H A DOperator.cpp69 Operator& Operator::create<Operator::COMMONPAGESIZE>() { in create()
70 static NullaryOp<Operator::COMMONPAGESIZE> op; in create()
H A DScriptParser.yy143 %token COMMONPAGESIZE
909 | CONSTANT '(' COMMONPAGESIZE')'
912 &Operator::create<Operator::COMMONPAGESIZE>());
H A DScriptScanner.ll132 <EXPRESSION>"COMMONPAGESIZE" { return token::COMMONPAGESIZE; }
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h84 COMMONPAGESIZE = 51 enumerator
128 Operator& Operator::create<Operator::COMMONPAGESIZE>();
H A DNullaryOp.h50 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval(const Module&,
/aosp12/system/chre/build/sys_support/qcom/
H A Duimage.lcs.toolv80127 …NT (MAXPAGESIZE) - 1)); . = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE));