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

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

Completed in 569 milliseconds