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

  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 42 #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 25 typedef GCFactory<EhFrame, MCLD_SECTIONS_PER_INPUT> EhFrameFactory;
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 80 friend class Chunk<FragmentRef, MCLD_SECTIONS_PER_INPUT>;
  /frameworks/compile/mclinker/include/mcld/Script/
Operand.h 135 friend class Chunk<SectOperand, MCLD_SECTIONS_PER_INPUT>;
171 friend class Chunk<SectDescOperand, MCLD_SECTIONS_PER_INPUT>;
  /frameworks/compile/mclinker/include/mcld/LD/
SectionData.h 30 friend class Chunk<SectionData, MCLD_SECTIONS_PER_INPUT>;
RelocData.h 36 friend class Chunk<RelocData, MCLD_SECTIONS_PER_INPUT>;
LDSection.h 32 friend class Chunk<LDSection, MCLD_SECTIONS_PER_INPUT>;
EhFrame.h 37 friend class Chunk<EhFrame, 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/Script/
Operand.cpp 120 typedef GCFactory<SectOperand, MCLD_SECTIONS_PER_INPUT> SectOperandFactory;
160 MCLD_SECTIONS_PER_INPUT> SectDescOperandFactory;
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 27 typedef GCFactory<FragmentRef, MCLD_SECTIONS_PER_INPUT> FragRefFactory;

Completed in 133 milliseconds