/frameworks/compile/mclinker/include/mcld/LD/ |
D | SectionData.h | 29 class SectionData 32 SectionData(const SectionData &); // DO NOT IMPLEMENT 33 SectionData& operator=(const SectionData &); // DO NOT IMPLEMENT 44 explicit SectionData(const LDSection &pSection);
|
D | Fragment.h | 23 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;
|
D | LDSection.h | 23 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;
|
D | ELFWriter.h | 26 class SectionData; variable 93 const SectionData& pSectionData, 98 const SectionData& pSectionData,
|
D | TargetFragment.h | 21 class SectionData; variable 30 TargetFragment(Fragment::Type pKind, SectionData* pSD = NULL)
|
D | FillFragment.h | 22 class SectionData; variable 28 SectionData* pSD = NULL);
|
D | AlignFragment.h | 20 class SectionData; variable 26 unsigned int pMaxBytesToEmit, SectionData *pSD = NULL);
|
D | Layout.h | 122 void addInputRange(const SectionData& pSD, const LDSection& pInputHdr); 129 uint64_t appendFragment(Fragment& pFrag, SectionData& pSD, 149 typedef std::map<const SectionData*, RangeList*> SDRangeMap;
|
D | EhFrame.h | 27 class SectionData; variable 59 SectionData& pSD,
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GOT.h | 23 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;
|
D | PLT.h | 23 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;
|
D | OutputRelocSection.h | 32 SectionData& pSectionData, 48 typedef SectionData::iterator FragmentIterator; 55 SectionData* m_pSectionData;
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMPLT.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);
|
D | ARMGOT.h | 33 typedef SectionData::iterator iterator; 34 typedef SectionData::const_iterator const_iterator; 41 ARMGOT(LDSection &pSection, SectionData& pSectionData);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86PLT.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,
|
D | X86GOT.h | 33 typedef SectionData::iterator iterator; 34 typedef SectionData::const_iterator const_iterator; 37 X86GOT(LDSection& pSection, SectionData& pSectionData);
|
D | X86GOTPLT.h | 34 typedef SectionData::iterator iterator; 35 typedef SectionData::const_iterator const_iterator; 38 X86GOTPLT(LDSection &pSection, SectionData& pSectionData);
|
D | X86PLT.cpp | 53 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/ |
D | FragmentTest.cpp | 44 SectionData* s = new SectionData(test); in TEST_F() 59 SectionData* s = new SectionData(test); in TEST_F()
|
D | SectionDataTest.cpp | 46 SectionData* s = new SectionData(test); in TEST_F() 58 SectionData* s = new SectionData(test); in TEST_F()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOT.h | 35 typedef SectionData::iterator iterator; 36 typedef SectionData::const_iterator const_iterator; 39 MipsGOT(LDSection& pSection, SectionData& pSectionData);
|
/frameworks/compile/mclinker/lib/LD/ |
D | SectionData.cpp | 17 SectionData::SectionData(const LDSection &pSection) in SectionData() function in SectionData
|
D | Layout.cpp | 135 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/ |
D | PLT.cpp | 19 PLTEntry::PLTEntry(size_t pSize, SectionData* pParent) in PLTEntry() 36 PLT::PLT(LDSection& pSection, SectionData& pSectionData) in PLT()
|
D | GOT.cpp | 20 GOTEntry::GOTEntry(uint64_t pContent, size_t pEntrySize, SectionData* pParent) in GOTEntry() 33 SectionData& pSectionData, in GOT()
|