/frameworks/compile/mclinker/lib/LD/ |
D | SectionData.cpp | 29 SectionData::SectionData(LDSection &pSection) in SectionData() 33 SectionData* SectionData::Create(LDSection& pSection) in Create() 40 void SectionData::Destroy(SectionData*& pSection) in Destroy()
|
D | RelocData.cpp | 27 RelocData::RelocData(LDSection &pSection) in RelocData() 31 RelocData* RelocData::Create(LDSection& pSection) in Create() 38 void RelocData::Destroy(RelocData*& pSection) in Destroy()
|
D | EhFrame.cpp | 49 EhFrame::EhFrame(LDSection& pSection) in EhFrame() 61 EhFrame* EhFrame::Create(LDSection& pSection) in Create() 68 void EhFrame::Destroy(EhFrame*& pSection) in Destroy()
|
D | Relocator.cpp | 27 const LDSection& pSection) in partialScanRelocation()
|
D | LDSection.cpp | 80 void LDSection::Destroy(LDSection*& pSection) in Destroy()
|
D | LDContext.cpp | 19 LDContext& LDContext::appendSection(LDSection& pSection) in appendSection()
|
D | ELFObjectWriter.cpp | 377 ELFObjectWriter::emitSectionData(const LDSection& pSection, in emitSectionData() 399 const LDSection& pSection, in emitRelocation() 539 uint64_t ELFObjectWriter::getSectLink(const LDSection& pSection, in getSectLink()
|
D | ELFReader.cpp | 213 LDSection& pSection, in readRela() 250 LDSection& pSection, in readRel() 769 LDSection& pSection, in readRela() 806 LDSection& pSection, in readRel()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86GOT.cpp | 21 X86_32GOT::X86_32GOT(LDSection& pSection) in X86_32GOT() 52 X86_64GOT::X86_64GOT(LDSection& pSection) in X86_64GOT()
|
D | X86GOTPLT.cpp | 23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) in X86_32GOTPLT() 67 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) in X86_64GOTPLT()
|
D | X86PLT.cpp | 57 X86PLT::X86PLT(LDSection& pSection, in X86PLT() 171 X86_32PLT::X86_32PLT(LDSection& pSection, in X86_32PLT() 257 X86_64PLT::X86_64PLT(LDSection& pSection, in X86_64PLT()
|
D | X86Relocator.cpp | 61 LDSection& pSection) in scanRelocation() 207 LDSection& pSection) in scanLocalReloc() 364 LDSection& pSection) in scanGlobalReloc() 601 LDSection& pSection) in convertTLSIEtoLE() 1206 LDSection& pSection) in scanLocalReloc() 1270 LDSection& pSection) in scanGlobalReloc()
|
/frameworks/compile/mclinker/lib/Target/ |
D | PLT.cpp | 20 PLT::PLT(LDSection& pSection) in PLT()
|
D | GOT.cpp | 24 GOT::GOT(LDSection& pSection) in GOT()
|
D | OutputRelocSection.cpp | 24 OutputRelocSection::OutputRelocSection(Module& pModule, LDSection& pSection) in OutputRelocSection()
|
D | ELFDynamic.cpp | 339 void ELFDynamic::emit(const LDSection& pSection, MemoryRegion& pRegion) const in emit() argument
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonGOT.cpp | 21 HexagonGOT::HexagonGOT(LDSection& pSection) in HexagonGOT()
|
D | HexagonGOTPLT.cpp | 23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) in HexagonGOTPLT()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 324 SectionData* IRBuilder::CreateSectionData(LDSection& pSection) in CreateSectionData() 334 RelocData* IRBuilder::CreateRelocData(LDSection &pSection) in CreateRelocData() 344 EhFrame* IRBuilder::CreateEhFrame(LDSection& pSection) in CreateEhFrame() 354 SectionData* IRBuilder::CreateBSS(LDSection& pSection) in CreateBSS() 452 LDSection* pSection, in AddSymbol() 670 Relocation* IRBuilder::AddRelocation(LDSection& pSection, in AddRelocation()
|
/frameworks/compile/mclinker/include/mcld/ |
D | Module.h | 149 const LDSymbol* getSectionSymbol(const LDSection& pSection) const in getSectionSymbol() 152 LDSymbol* getSectionSymbol(const LDSection& pSection) in getSectionSymbol()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMGOT.cpp | 26 ARMGOT::ARMGOT(LDSection& pSection) in ARMGOT()
|
D | ARMLDBackend.cpp | 312 uint64_t ARMGNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() 398 bool ARMGNULDBackend::mergeSection(Module& pModule, LDSection& pSection) in mergeSection()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.cpp | 82 LDSection& pSection) in scanRelocation() 141 const LDSection& pSection) in scanLocalReloc() 230 const LDSection& pSection) in scanGlobalReloc()
|
/frameworks/compile/mclinker/lib/Fragment/ |
D | FragmentRef.cpp | 75 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) in Create()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFSegment.h | 115 void addSection(LDSection* pSection) in addSection()
|