HomeSort by relevance Sort by last modified time
    Searched defs:commonPageSize (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Script/
TernaryOp.cpp 30 /* DATA_SEGMENT_ALIGN(maxpagesize, commonpagesize) */
39 (ALIGN(maxpagesize) + (. & (maxpagesize - commonpagesize)))
44 uint64_t commonPageSize = m_pOperand[2]->value();
50 form2 = dot + (dot & (maxPageSize - commonPageSize));
  /frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h 57 /// commonPageSize - the common page size of the target machine, and we set it
59 virtual uint64_t commonPageSize() const { return 0x1000; }
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 774 milliseconds