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

  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 78 bool hasSubAlign() const { return m_pSubAlign != NULL; }
80 assert(hasSubAlign());
  /frameworks/compile/mclinker/lib/Script/
OutputSectDesc.cpp 83 if (m_Prolog.hasSubAlign()) {
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 380 if ((*out)->prolog().hasSubAlign()) {
386 if ((*out)->prolog().hasSubAlign())
    [all...]

Completed in 63 milliseconds