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

  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 39 #define MCLD_SECTIONS_PER_INPUT 16
Config.h.in 108 #define MCLD_SECTIONS_PER_INPUT 16
  /frameworks/compile/mclinker/lib/LD/
RelocData.cpp 16 typedef GCFactory<RelocData, MCLD_SECTIONS_PER_INPUT> RelocDataFactory;
SectionData.cpp 18 typedef GCFactory<SectionData, MCLD_SECTIONS_PER_INPUT> SectDataFactory;
LDSection.cpp 17 typedef GCFactory<LDSection, MCLD_SECTIONS_PER_INPUT> SectionFactory;
EhFrame.cpp 20 typedef GCFactory<EhFrame, MCLD_SECTIONS_PER_INPUT> EhFrameFactory;
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 94 friend class Chunk<FragmentRef, MCLD_SECTIONS_PER_INPUT>;
FragmentGraph.h 42 typedef GCFactory<FGNode, MCLD_SECTIONS_PER_INPUT> NodeFactoryType;
  /frameworks/compile/mclinker/include/mcld/LD/
RelocData.h 37 friend class Chunk<RelocData, MCLD_SECTIONS_PER_INPUT>;
SectionData.h 33 friend class Chunk<SectionData, MCLD_SECTIONS_PER_INPUT>;
EhFrame.h 33 friend class Chunk<EhFrame, MCLD_SECTIONS_PER_INPUT>;
LDSection.h 35 friend class Chunk<LDSection, MCLD_SECTIONS_PER_INPUT>;
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 21 static GCFactory<Module::AliasList, MCLD_SECTIONS_PER_INPUT> gc_aliaslist_factory;
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 28 typedef GCFactory<FragmentRef, MCLD_SECTIONS_PER_INPUT> FragRefFactory;

Completed in 597 milliseconds