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

  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 42 #define MCLD_SECTIONS_PER_INPUT 16
Config.h.in 118 #define MCLD_SECTIONS_PER_INPUT 16
Config.h.cmake 15 #define MCLD_SECTIONS_PER_INPUT 16
  /frameworks/compile/mclinker/lib/LD/
SectionData.cpp 18 typedef GCFactory<SectionData, MCLD_SECTIONS_PER_INPUT> SectDataFactory;
RelocData.cpp 17 typedef GCFactory<RelocData, MCLD_SECTIONS_PER_INPUT> RelocDataFactory;
LDSection.cpp 17 typedef GCFactory<LDSection, MCLD_SECTIONS_PER_INPUT> SectionFactory;
EhFrame.cpp 26 typedef GCFactory<EhFrame, MCLD_SECTIONS_PER_INPUT> EhFrameFactory;
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 76 friend class Chunk<FragmentRef, MCLD_SECTIONS_PER_INPUT>;
  /frameworks/compile/mclinker/include/mcld/Script/
Operand.h 124 friend class Chunk<SectOperand, MCLD_SECTIONS_PER_INPUT>;
157 friend class Chunk<SectDescOperand, MCLD_SECTIONS_PER_INPUT>;
  /frameworks/compile/mclinker/include/mcld/LD/
RelocData.h 38 friend class Chunk<RelocData, MCLD_SECTIONS_PER_INPUT>;
SectionData.h 30 friend class Chunk<SectionData, MCLD_SECTIONS_PER_INPUT>;
LDSection.h 33 friend class Chunk<LDSection, MCLD_SECTIONS_PER_INPUT>;
EhFrame.h 35 friend class Chunk<EhFrame, MCLD_SECTIONS_PER_INPUT>;
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 21 static GCFactory<Module::AliasList, MCLD_SECTIONS_PER_INPUT>
  /frameworks/compile/mclinker/lib/Script/
Operand.cpp 104 typedef GCFactory<SectOperand, MCLD_SECTIONS_PER_INPUT> SectOperandFactory;
136 typedef GCFactory<SectDescOperand, MCLD_SECTIONS_PER_INPUT>
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 27 typedef GCFactory<FragmentRef, MCLD_SECTIONS_PER_INPUT> FragRefFactory;

Completed in 244 milliseconds