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 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 void ELFSegmentFactory::erase(iterator pSegment) { in erase()
DELFSegment.cpp21 typedef GCFactory<ELFSegment, MCLD_SEGMENTS_PER_OUTPUT> ELFSegmentFactory; typedef
22 static llvm::ManagedStatic<ELFSegmentFactory> g_ELFSegmentFactory;
DAndroid.mk23 ELFSegmentFactory.cpp \
DELFObjectWriter.cpp146 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/
DGNULDBackend.h34 class ELFSegmentFactory; variable
173 ELFSegmentFactory& elfSegmentTable();
176 const ELFSegmentFactory& elfSegmentTable() const;
519 ELFSegmentFactory* m_pELFSegmentTable;
/frameworks/compile/mclinker/include/mcld/LD/
DELFSegmentFactory.h25 class ELFSegmentFactory {
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp82 ELFSegmentFactory::const_iterator baseSeg = in getBaseAddress()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp112 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/Hexagon/
DHexagonLDBackend.cpp637 ELFSegmentFactory::const_iterator edata = elfSegmentTable().find( in finalizeTargetSymbols()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp1089 ELFSegmentFactory::const_iterator tls_seg = in tls_le()