Searched defs:pSection (Results 1 – 25 of 50) sorted by relevance
12
/frameworks/compile/mclinker/lib/LD/ |
D | SectionData.cpp | 28 SectionData::SectionData(LDSection& pSection) : m_pSection(&pSection) { in SectionData() 31 SectionData* SectionData::Create(LDSection& pSection) { in Create() 37 void SectionData::Destroy(SectionData*& pSection) { in Destroy()
|
D | RelocData.cpp | 27 RelocData::RelocData(LDSection& pSection) : m_pSection(&pSection) { in RelocData() 30 RelocData* RelocData::Create(LDSection& pSection) { in Create() 36 void RelocData::Destroy(RelocData*& pSection) { in Destroy()
|
D | ELFSegment.cpp | 73 LDSection* pSection) { in insert() 77 void ELFSegment::append(LDSection* pSection) { in append()
|
D | DebugString.cpp | 40 void DebugString::merge(LDSection& pSection) { in merge() 90 DebugString* DebugString::Create(LDSection& pSection) { in Create()
|
D | GarbageCollection.cpp | 62 static bool mayProcessGC(const LDSection& pSection) { in mayProcessGC() 82 const LDSection& pSection) { in getReachedList() 88 const LDSection& pSection) { in findReachedList()
|
D | Relocator.cpp | 54 LDSection& pSection, in issueUndefRef()
|
D | EhFrame.cpp | 95 EhFrame::EhFrame(LDSection& pSection) in EhFrame() 103 EhFrame* EhFrame::Create(LDSection& pSection) { in Create() 109 void EhFrame::Destroy(EhFrame*& pSection) { in Destroy()
|
D | LDSection.cpp | 77 void LDSection::Destroy(LDSection*& pSection) { in Destroy()
|
D | LDContext.cpp | 20 LDContext& LDContext::appendSection(LDSection& pSection) { in appendSection()
|
D | ELFObjectWriter.cpp | 381 void ELFObjectWriter::emitSectionData(const LDSection& pSection, in emitSectionData() 449 const LDSection& pSection, in emitRelocation() 592 uint64_t ELFObjectWriter::getSectLink(const LDSection& pSection, in getSectLink()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86GOT.cpp | 21 X86_32GOT::X86_32GOT(LDSection& pSection) : GOT(pSection) { in X86_32GOT() 34 X86_64GOT::X86_64GOT(LDSection& pSection) : GOT(pSection) { in X86_64GOT()
|
D | X86GOTPLT.cpp | 23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) : X86_32GOT(pSection) { in X86_32GOTPLT() 57 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) : X86_64GOT(pSection) { in X86_64GOTPLT()
|
D | X86PLT.cpp | 51 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size) in X86PLT() 135 X86_32PLT::X86_32PLT(LDSection& pSection, in X86_32PLT() 218 X86_64PLT::X86_64PLT(LDSection& pSection, in X86_64PLT()
|
/frameworks/compile/mclinker/lib/Target/ |
D | PLT.cpp | 20 PLT::PLT(LDSection& pSection) : m_Section(pSection) { in PLT()
|
D | GOT.cpp | 24 GOT::GOT(LDSection& pSection) : m_Section(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) : GOT(pSection) { in HexagonGOT()
|
D | HexagonGOTPLT.cpp | 23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) : HexagonGOT(pSection) { in HexagonGOTPLT()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 284 SectionData* IRBuilder::CreateSectionData(LDSection& pSection) { in CreateSectionData() 293 RelocData* IRBuilder::CreateRelocData(LDSection& pSection) { in CreateRelocData() 302 EhFrame* IRBuilder::CreateEhFrame(LDSection& pSection) { in CreateEhFrame() 311 DebugString* IRBuilder::CreateDebugString(LDSection& pSection) { in CreateDebugString() 320 SectionData* IRBuilder::CreateBSS(LDSection& pSection) { in CreateBSS() 404 LDSection* pSection, in AddSymbol() 589 Relocation* IRBuilder::AddRelocation(LDSection& pSection, in AddRelocation()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DebugString.h | 48 void setOutputSection(LDSection& pSection) in setOutputSection()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMException.h | 47 void setTextSection(LDSection* pSection) { in setTextSection() 51 void setExIdxSection(LDSection* pSection) { in setExIdxSection()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOTPLT.cpp | 24 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) : GOT(pSection) { in MipsGOTPLT()
|
D | MipsGOT.cpp | 93 MipsGOT::MipsGOT(LDSection& pSection) in MipsGOT() 484 Mips32GOT::Mips32GOT(LDSection& pSection) : MipsGOT(pSection) { in Mips32GOT() 519 Mips64GOT::Mips64GOT(LDSection& pSection) : MipsGOT(pSection) { in Mips64GOT()
|
D | MipsPLT.cpp | 58 MipsPLT::MipsPLT(LDSection& pSection) : PLT(pSection) { in MipsPLT()
|
/frameworks/compile/mclinker/include/mcld/ |
D | Module.h | 138 const LDSymbol* getSectionSymbol(const LDSection& pSection) const { in getSectionSymbol() 142 LDSymbol* getSectionSymbol(const LDSection& pSection) { in getSectionSymbol()
|
12