Home
last modified time | relevance | path

Searched refs:ELFSegmentFactory (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFSegmentFactory.cpp18 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()
DELFSegment.cpp18 typedef GCFactory<ELFSegment, MCLD_SEGMENTS_PER_OUTPUT> ELFSegmentFactory; typedef
19 static llvm::ManagedStatic<ELFSegmentFactory> g_ELFSegmentFactory;
DAndroid.mk22 ELFSegmentFactory.cpp \
DELFObjectWriter.cpp149 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/
DGNULDBackend.h35 class ELFSegmentFactory; variable
174 ELFSegmentFactory& elfSegmentTable();
177 const ELFSegmentFactory& elfSegmentTable() const;
533 ELFSegmentFactory* m_pELFSegmentTable;
/frameworks/compile/mclinker/include/mcld/LD/
DELFSegmentFactory.h25 class ELFSegmentFactory
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp90 ELFSegmentFactory::const_iterator baseSeg = in getBaseAddress()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp113 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/
DHexagonLDBackend.cpp671 ELFSegmentFactory::const_iterator edata = in finalizeTargetSymbols()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp1124 ELFSegmentFactory::const_iterator tls_seg = in tls_le()