Searched refs:SectionData (Results 1 - 25 of 51) sorted by relevance

123

/frameworks/compile/mclinker/lib/LD/
H A DSectionData.cpp1 //===- SectionData.cpp ----------------------------------------------------===//
9 #include <mcld/LD/SectionData.h>
15 // SectionData
17 SectionData::SectionData(const LDSection &pSection) function in class:SectionData
H A DAlignFragment.cpp11 #include <mcld/LD/SectionData.h>
22 SectionData *pSD)
H A DRegionFragment.cpp17 RegionFragment::RegionFragment(MemoryRegion& pRegion, SectionData* pSD)
H A DFillFragment.cpp11 #include <mcld/LD/SectionData.h>
22 SectionData* pSD)
H A DFragment.cpp14 #include <mcld/LD/SectionData.h>
25 Fragment::Fragment(Type pKind, SectionData *pParent)
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h16 #include <mcld/LD/SectionData.h>
32 SectionData& pSectionData,
48 typedef SectionData::iterator FragmentIterator;
54 /// m_SectionData - SectionData which contains the dynamic relocations
55 SectionData* m_pSectionData;
H A DGOT.h23 class SectionData;
32 SectionData* pParent);
66 GOT(LDSection& pSection, SectionData& pSectionData, size_t pEntrySize);
77 SectionData& getSectionData()
80 const SectionData& getSectionData() const
98 SectionData& m_SectionData;
H A DPLT.h23 class SectionData;
31 PLTEntry(size_t pSize, SectionData* pParent);
61 PLT(LDSection& pSection, SectionData& pSectionData);
67 const SectionData& getSectionData() const
82 SectionData& m_SectionData;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.h18 #include <mcld/LD/SectionData.h>
33 typedef SectionData::iterator iterator;
34 typedef SectionData::const_iterator const_iterator;
37 X86GOT(LDSection& pSection, SectionData& pSectionData);
H A DX86GOTPLT.h18 #include <mcld/LD/SectionData.h>
34 typedef SectionData::iterator iterator;
35 typedef SectionData::const_iterator const_iterator;
38 X86GOTPLT(LDSection &pSection, SectionData& pSectionData);
H A DX86PLT.h15 #include <mcld/LD/SectionData.h>
26 X86PLT0(SectionData* pParent, unsigned int pSize);
32 X86PLT1(SectionData* pParent, unsigned int pSize);
43 typedef SectionData::iterator iterator;
44 typedef SectionData::const_iterator const_iterator;
48 SectionData& pSectionData,
/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp19 PLTEntry::PLTEntry(size_t pSize, SectionData* pParent)
36 PLT::PLT(LDSection& pSection, SectionData& pSectionData)
H A DGOT.cpp20 GOTEntry::GOTEntry(uint64_t pContent, size_t pEntrySize, SectionData* pParent)
33 SectionData& pSectionData,
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionData.h1 //===- SectionData.h ------------------------------------------------------===//
26 /** \class SectionData
27 * \brief SectionData provides a container for all Fragments.
29 class SectionData class in namespace:mcld
32 SectionData(const SectionData &); // DO NOT IMPLEMENT
33 SectionData& operator=(const SectionData &); // DO NOT IMPLEMENT
44 explicit SectionData(const LDSection &pSection);
H A DFragment.h23 class SectionData;
42 Fragment(Type pKind, SectionData *pParent = NULL);
48 SectionData *getParent() const { return m_pParent; }
50 void setParent(SectionData *pValue) { m_pParent = pValue; }
68 SectionData* m_pParent;
H A DFillFragment.h22 class SectionData;
28 SectionData* pSD = NULL);
H A DTargetFragment.h21 class SectionData;
30 TargetFragment(Fragment::Type pKind, SectionData* pSD = NULL)
H A DAlignFragment.h20 class SectionData;
26 unsigned int pMaxBytesToEmit, SectionData *pSD = NULL);
H A DLDSection.h23 class SectionData;
79 /// constraint is set in SectionData::setAlignment. addr() contains the
131 SectionData* getSectionData()
134 const SectionData* getSectionData() const
137 void setSectionData(SectionData* pSD)
168 SectionData* m_pSectionData;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.h12 #include <mcld/LD/SectionData.h>
23 ARMPLT0(SectionData* pParent);
28 ARMPLT1(SectionData* pParent);
39 typedef SectionData::iterator iterator;
40 typedef SectionData::const_iterator const_iterator;
43 ARMPLT(LDSection& pSection, SectionData& pSectionData, ARMGOT& pGOTPLT);
H A DARMGOT.h18 #include <mcld/LD/SectionData.h>
33 typedef SectionData::iterator iterator;
34 typedef SectionData::const_iterator const_iterator;
41 ARMGOT(LDSection &pSection, SectionData& pSectionData);
/frameworks/compile/mclinker/unittests/
H A DFragmentTest.cpp12 #include <mcld/LD/SectionData.h>
44 SectionData* s = new SectionData(test);
59 SectionData* s = new SectionData(test);
H A DSectionDataTest.h15 class SectionData;
H A DSectionDataTest.cpp11 #include <mcld/LD/SectionData.h>
46 SectionData* s = new SectionData(test);
58 SectionData* s = new SectionData(test);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h18 #include <mcld/LD/SectionData.h>
35 typedef SectionData::iterator iterator;
36 typedef SectionData::const_iterator const_iterator;
39 MipsGOT(LDSection& pSection, SectionData& pSectionData);

Completed in 164 milliseconds

123