Home
last modified time | relevance | path

Searched refs:MCLD_SECTIONS_PER_INPUT (Results 1 – 16 of 16) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h42 #define MCLD_SECTIONS_PER_INPUT 16 macro
DConfig.h.in118 #define MCLD_SECTIONS_PER_INPUT 16 macro
DConfig.h.cmake15 #define MCLD_SECTIONS_PER_INPUT 16
/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h124 friend class Chunk<SectOperand, MCLD_SECTIONS_PER_INPUT>;
157 friend class Chunk<SectDescOperand, MCLD_SECTIONS_PER_INPUT>;
/frameworks/compile/mclinker/lib/Script/
DOperand.cpp104 typedef GCFactory<SectOperand, MCLD_SECTIONS_PER_INPUT> SectOperandFactory;
136 typedef GCFactory<SectDescOperand, MCLD_SECTIONS_PER_INPUT>
/frameworks/compile/mclinker/lib/LD/
DSectionData.cpp18 typedef GCFactory<SectionData, MCLD_SECTIONS_PER_INPUT> SectDataFactory;
DRelocData.cpp17 typedef GCFactory<RelocData, MCLD_SECTIONS_PER_INPUT> RelocDataFactory;
DLDSection.cpp17 typedef GCFactory<LDSection, MCLD_SECTIONS_PER_INPUT> SectionFactory;
DEhFrame.cpp26 typedef GCFactory<EhFrame, MCLD_SECTIONS_PER_INPUT> EhFrameFactory;
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentRef.h76 friend class Chunk<FragmentRef, MCLD_SECTIONS_PER_INPUT>;
/frameworks/compile/mclinker/include/mcld/LD/
DSectionData.h30 friend class Chunk<SectionData, MCLD_SECTIONS_PER_INPUT>;
DRelocData.h38 friend class Chunk<RelocData, MCLD_SECTIONS_PER_INPUT>;
DLDSection.h33 friend class Chunk<LDSection, MCLD_SECTIONS_PER_INPUT>;
DEhFrame.h35 friend class Chunk<EhFrame, MCLD_SECTIONS_PER_INPUT>;
/frameworks/compile/mclinker/lib/Core/
DModule.cpp21 static GCFactory<Module::AliasList, MCLD_SECTIONS_PER_INPUT>
/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp27 typedef GCFactory<FragmentRef, MCLD_SECTIONS_PER_INPUT> FragRefFactory;