Searched refs:ELFSegmentFactory (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | ELFSegmentFactory.cpp | 18 ELFSegmentFactory::iterator 19 ELFSegmentFactory::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) in find() 32 ELFSegmentFactory::const_iterator 33 ELFSegmentFactory::find(uint32_t pType, in find() 48 ELFSegmentFactory::iterator 49 ELFSegmentFactory::find(uint32_t pType, const LDSection* pSection) in find() 64 ELFSegmentFactory::const_iterator 65 ELFSegmentFactory::find(uint32_t pType, const LDSection* pSection) const in find() 80 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) in produce() 86 void ELFSegmentFactory::erase(iterator pSegment) in erase()
|
D | ELFSegment.cpp | 18 typedef GCFactory<ELFSegment, MCLD_SEGMENTS_PER_OUTPUT> ELFSegmentFactory; typedef 19 static llvm::ManagedStatic<ELFSegmentFactory> g_ELFSegmentFactory;
|
D | Android.mk | 22 ELFSegmentFactory.cpp \
|
D | ELFObjectWriter.cpp | 149 ELFSegmentFactory::iterator seg, segEnd = target().elfSegmentTable().end(); in writeObject() 358 ELFSegmentFactory::const_iterator seg = target().elfSegmentTable().begin(), in emitProgramHeader()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNULDBackend.h | 35 class ELFSegmentFactory; variable 174 ELFSegmentFactory& elfSegmentTable(); 177 const ELFSegmentFactory& elfSegmentTable() const; 533 ELFSegmentFactory* m_pELFSegmentTable;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFSegmentFactory.h | 25 class ELFSegmentFactory
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsELFDynamic.cpp | 90 ELFSegmentFactory::const_iterator baseSeg = in getBaseAddress()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 113 m_pELFSegmentTable = new ELFSegmentFactory(); in GNULDBackend() 595 ELFSegmentFactory::const_iterator exec_start = in finalizeStandardSymbols() 608 ELFSegmentFactory::const_iterator etext = in finalizeStandardSymbols() 641 ELFSegmentFactory::const_iterator edata = in finalizeStandardSymbols() 696 ELFSegmentFactory::iterator tls_seg = in finalizeTLSSymbol() 1915 for (ELFSegmentFactory::iterator seg = elfSegmentTable().begin(), in createProgramHdrs() 1985 for (ELFSegmentFactory::iterator seg = elfSegmentTable().begin(), in setupProgramHdrs() 2029 ELFSegmentFactory::iterator null_seg = in setupProgramHdrs() 2034 ELFSegmentFactory::iterator seg, segEnd = elfSegmentTable().end(); in setupProgramHdrs() 2089 ELFSegmentFactory::iterator phdr = in setupProgramHdrs() [all …]
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 671 ELFSegmentFactory::const_iterator edata = in finalizeTargetSymbols()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 1124 ELFSegmentFactory::const_iterator tls_seg = in tls_le()
|