Home
last modified time | relevance | path

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

123

/frameworks/compile/mclinker/include/mcld/LD/
DSectionData.h29 class SectionData
32 SectionData(const SectionData &); // DO NOT IMPLEMENT
33 SectionData& operator=(const SectionData &); // DO NOT IMPLEMENT
44 explicit SectionData(const LDSection &pSection);
DFragment.h23 class SectionData; variable
42 Fragment(Type pKind, SectionData *pParent = NULL);
48 SectionData *getParent() const { return m_pParent; } in getParent()
50 void setParent(SectionData *pValue) { m_pParent = pValue; } in setParent()
68 SectionData* m_pParent;
DLDSection.h23 class SectionData; variable
131 SectionData* getSectionData() in getSectionData()
134 const SectionData* getSectionData() const in getSectionData()
137 void setSectionData(SectionData* pSD) in setSectionData()
168 SectionData* m_pSectionData;
DELFWriter.h26 class SectionData; variable
93 const SectionData& pSectionData,
98 const SectionData& pSectionData,
DTargetFragment.h21 class SectionData; variable
30 TargetFragment(Fragment::Type pKind, SectionData* pSD = NULL)
DFillFragment.h22 class SectionData; variable
28 SectionData* pSD = NULL);
DAlignFragment.h20 class SectionData; variable
26 unsigned int pMaxBytesToEmit, SectionData *pSD = NULL);
DLayout.h122 void addInputRange(const SectionData& pSD, const LDSection& pInputHdr);
129 uint64_t appendFragment(Fragment& pFrag, SectionData& pSD,
149 typedef std::map<const SectionData*, RangeList*> SDRangeMap;
DEhFrame.h27 class SectionData; variable
59 SectionData& pSD,
/frameworks/compile/mclinker/include/mcld/Target/
DGOT.h23 class SectionData; variable
32 SectionData* pParent);
66 GOT(LDSection& pSection, SectionData& pSectionData, size_t pEntrySize);
77 SectionData& getSectionData() in getSectionData()
80 const SectionData& getSectionData() const in getSectionData()
98 SectionData& m_SectionData;
DPLT.h23 class SectionData; variable
31 PLTEntry(size_t pSize, SectionData* pParent);
61 PLT(LDSection& pSection, SectionData& pSectionData);
67 const SectionData& getSectionData() const in getSectionData()
82 SectionData& m_SectionData;
DOutputRelocSection.h32 SectionData& pSectionData,
48 typedef SectionData::iterator FragmentIterator;
55 SectionData* m_pSectionData;
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.h23 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);
DARMGOT.h33 typedef SectionData::iterator iterator;
34 typedef SectionData::const_iterator const_iterator;
41 ARMGOT(LDSection &pSection, SectionData& pSectionData);
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.h26 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,
DX86GOT.h33 typedef SectionData::iterator iterator;
34 typedef SectionData::const_iterator const_iterator;
37 X86GOT(LDSection& pSection, SectionData& pSectionData);
DX86GOTPLT.h34 typedef SectionData::iterator iterator;
35 typedef SectionData::const_iterator const_iterator;
38 X86GOTPLT(LDSection &pSection, SectionData& pSectionData);
DX86PLT.cpp53 X86PLT0::X86PLT0(SectionData* pParent, unsigned int pSize) in X86PLT0()
56 X86PLT1::X86PLT1(SectionData* pParent, unsigned int pSize) in X86PLT1()
63 SectionData& pSectionData, in X86PLT()
/frameworks/compile/mclinker/unittests/
DFragmentTest.cpp44 SectionData* s = new SectionData(test); in TEST_F()
59 SectionData* s = new SectionData(test); in TEST_F()
DSectionDataTest.cpp46 SectionData* s = new SectionData(test); in TEST_F()
58 SectionData* s = new SectionData(test); in TEST_F()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h35 typedef SectionData::iterator iterator;
36 typedef SectionData::const_iterator const_iterator;
39 MipsGOT(LDSection& pSection, SectionData& pSectionData);
/frameworks/compile/mclinker/lib/LD/
DSectionData.cpp17 SectionData::SectionData(const LDSection &pSection) in SectionData() function in SectionData
DLayout.cpp135 void Layout::addInputRange(const SectionData& pSD, in addInputRange()
175 SectionData& pSD, in appendFragment()
213 const SectionData* sect_data = pFrag.getParent(); in getInputLDSection()
257 const SectionData* sect_data = pFrag.getParent(); in getInputLDSection()
300 SectionData* sect_data = pFrag.getParent(); in getOutputLDSection()
310 const SectionData* sect_data = pFrag.getParent(); in getOutputLDSection()
405 const SectionData* sect_data = pInputSection.getSectionData(); in getFragmentRef()
450 const SectionData* sect_data = pFrag.getParent(); in getFragmentRef()
/frameworks/compile/mclinker/lib/Target/
DPLT.cpp19 PLTEntry::PLTEntry(size_t pSize, SectionData* pParent) in PLTEntry()
36 PLT::PLT(LDSection& pSection, SectionData& pSectionData) in PLT()
DGOT.cpp20 GOTEntry::GOTEntry(uint64_t pContent, size_t pEntrySize, SectionData* pParent) in GOTEntry()
33 SectionData& pSectionData, in GOT()

123