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