Searched refs:ELFSegmentFactory (Results 1 – 11 of 11) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | ELFSegmentFactory.cpp | 18 ELFSegmentFactory::iterator ELFSegmentFactory::find(uint32_t pType, in find() 32 ELFSegmentFactory::const_iterator ELFSegmentFactory::find( in find() 47 ELFSegmentFactory::iterator ELFSegmentFactory::find(uint32_t pType, in find() 62 ELFSegmentFactory::const_iterator ELFSegmentFactory::find( in find() 78 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) { in produce() 83 ELFSegment* ELFSegmentFactory::insert(iterator pPosition, in insert() 89 void ELFSegmentFactory::erase(iterator pSegment) { in erase()
|
D | ELFSegment.cpp | 21 typedef GCFactory<ELFSegment, MCLD_SEGMENTS_PER_OUTPUT> ELFSegmentFactory; typedef 22 static llvm::ManagedStatic<ELFSegmentFactory> g_ELFSegmentFactory;
|
D | Android.mk | 23 ELFSegmentFactory.cpp \
|
D | ELFObjectWriter.cpp | 146 ELFSegmentFactory::iterator seg, segEnd = target().elfSegmentTable().end(); in writeObject() 349 ELFSegmentFactory::const_iterator seg = target().elfSegmentTable().begin(), in emitProgramHeader()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNULDBackend.h | 34 class ELFSegmentFactory; variable 173 ELFSegmentFactory& elfSegmentTable(); 176 const ELFSegmentFactory& elfSegmentTable() const; 525 ELFSegmentFactory* m_pELFSegmentTable;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFSegmentFactory.h | 25 class ELFSegmentFactory {
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 112 m_pELFSegmentTable = new ELFSegmentFactory(); in GNULDBackend() 563 ELFSegmentFactory::const_iterator exec_start = in finalizeStandardSymbols() 576 ELFSegmentFactory::const_iterator etext = elfSegmentTable().find( in finalizeStandardSymbols() 604 ELFSegmentFactory::const_iterator edata = in finalizeStandardSymbols() 653 ELFSegmentFactory::iterator tls_seg = in finalizeTLSSymbol() 1822 for (ELFSegmentFactory::iterator seg = elfSegmentTable().begin(), in createProgramHdrs() 1892 for (ELFSegmentFactory::iterator seg = elfSegmentTable().begin(), in setupProgramHdrs() 1933 ELFSegmentFactory::iterator null_seg = in setupProgramHdrs() 1938 ELFSegmentFactory::iterator seg, segEnd = elfSegmentTable().end(); in setupProgramHdrs() 1990 ELFSegmentFactory::iterator phdr = in setupProgramHdrs() [all …]
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsELFDynamic.cpp | 82 ELFSegmentFactory::const_iterator baseSeg = in getBaseAddress()
|
D | MipsLDBackend.cpp | 750 ELFSegmentFactory::iterator sit = in doCreateProgramHdrs()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 668 ELFSegmentFactory::const_iterator edata = elfSegmentTable().find( in finalizeTargetSymbols()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 1089 ELFSegmentFactory::const_iterator tls_seg = in tls_le()
|