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

  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 44 #define MCLD_RELOCATIONS_PER_INPUT 1024
Config.h.in 110 #define MCLD_RELOCATIONS_PER_INPUT 1024
  /frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h 25 class RelocationFactory : public GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT>
  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 25 : GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT>(), m_pConfig(NULL) {
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 28 friend class Chunk<Relocation, MCLD_RELOCATIONS_PER_INPUT>;

Completed in 150 milliseconds