/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 | Relocator.cpp | 32 const LDSection& pSection) in partialScanRelocation() 55 LDSection& pSection, in issueUndefRef()
|
D | ELFSegment.cpp | 76 LDSection* pSection) in insert() 81 void ELFSegment::append(LDSection* pSection) in append()
|
D | GarbageCollection.cpp | 65 static bool mayProcessGC(const LDSection& pSection) in mayProcessGC() 87 const LDSection& pSection) in getReachedList() 94 const LDSection& pSection) in findReachedList()
|
D | EhFrame.cpp | 99 EhFrame::EhFrame(LDSection& pSection) in EhFrame() 109 EhFrame* EhFrame::Create(LDSection& pSection) in Create() 116 void EhFrame::Destroy(EhFrame*& pSection) in Destroy()
|
D | LDSection.cpp | 80 void LDSection::Destroy(LDSection*& pSection) in Destroy()
|
D | LDContext.cpp | 19 LDContext& LDContext::appendSection(LDSection& pSection) in appendSection()
|
D | ELFSegmentFactory.cpp | 49 ELFSegmentFactory::find(uint32_t pType, const LDSection* pSection) in find()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86GOT.cpp | 21 X86_32GOT::X86_32GOT(LDSection& pSection) in X86_32GOT() 38 X86_64GOT::X86_64GOT(LDSection& pSection) in X86_64GOT()
|
D | X86GOTPLT.cpp | 23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) in X86_32GOTPLT() 63 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) in X86_64GOTPLT()
|
D | X86PLT.cpp | 57 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size) in X86PLT() 150 X86_32PLT::X86_32PLT(LDSection& pSection, in X86_32PLT() 236 X86_64PLT::X86_64PLT(LDSection& pSection, in X86_64PLT()
|
D | X86Relocator.cpp | 183 LDSection& pSection, in scanRelocation() 346 LDSection& pSection) in scanLocalReloc() 554 LDSection& pSection) in scanGlobalReloc() 817 LDSection& pSection) in convertTLSIEtoLE() 1354 LDSection& pSection) in scanLocalReloc() 1429 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()
|
/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()
|
D | HexagonRelocator.cpp | 194 Module &pModule, LDSection &pSection, Input &pInput) { in scanRelocation() 231 Module &pModule, LDSection &pSection) { in scanLocalReloc() 280 Module &pModule, LDSection &pSection) { in scanGlobalReloc() 460 const LDSection &pSection) { in partialScanRelocation()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 293 SectionData* IRBuilder::CreateSectionData(LDSection& pSection) in CreateSectionData() 303 RelocData* IRBuilder::CreateRelocData(LDSection &pSection) in CreateRelocData() 313 EhFrame* IRBuilder::CreateEhFrame(LDSection& pSection) in CreateEhFrame() 323 SectionData* IRBuilder::CreateBSS(LDSection& pSection) in CreateBSS() 414 LDSection* pSection, in AddSymbol() 597 Relocation* IRBuilder::AddRelocation(LDSection& pSection, in AddRelocation()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 282 uint64_t AArch64GNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData() 355 LDSection& pSection) in mergeSection()
|
D | AArch64Relocator.cpp | 156 AArch64Relocator::scanLocalReloc(Relocation& pReloc, const LDSection& pSection) in scanLocalReloc() 220 const LDSection& pSection) in scanGlobalReloc() 380 LDSection& pSection, in scanRelocation()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOTPLT.cpp | 23 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) in MipsGOTPLT()
|
D | MipsGOT.cpp | 90 MipsGOT::MipsGOT(LDSection& pSection) in MipsGOT() 402 Mips32GOT::Mips32GOT(LDSection& pSection) in Mips32GOT() 443 Mips64GOT::Mips64GOT(LDSection& pSection) in Mips64GOT()
|
/frameworks/compile/mclinker/include/mcld/ |
D | Module.h | 139 const LDSymbol* getSectionSymbol(const LDSection& pSection) const in getSectionSymbol() 142 LDSymbol* getSectionSymbol(const LDSection& pSection) in getSectionSymbol()
|