Home
last modified time | relevance | path

Searched refs:MCLD_RELOCATIONS_PER_INPUT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h44 #define MCLD_RELOCATIONS_PER_INPUT 1024 macro
DConfig.h.in120 #define MCLD_RELOCATIONS_PER_INPUT 1024 macro
DConfig.h.cmake17 #define MCLD_RELOCATIONS_PER_INPUT 1024
/frameworks/compile/mclinker/include/mcld/LD/
DRelocationFactory.h26 : public GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT> {
/frameworks/compile/mclinker/lib/LD/
DRelocationFactory.cpp26 : GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT>(), m_pConfig(NULL) { in RelocationFactory()
/frameworks/compile/mclinker/include/mcld/Fragment/
DRelocation.h28 friend class Chunk<Relocation, MCLD_RELOCATIONS_PER_INPUT>;