Searched defs:pSection (Results 1 – 25 of 50) sorted by relevance
12
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()
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()
73 LDSection* pSection) { in insert()77 void ELFSegment::append(LDSection* pSection) { in append()
40 void DebugString::merge(LDSection& pSection) { in merge()90 DebugString* DebugString::Create(LDSection& pSection) { in Create()
62 static bool mayProcessGC(const LDSection& pSection) { in mayProcessGC()82 const LDSection& pSection) { in getReachedList()88 const LDSection& pSection) { in findReachedList()
54 LDSection& pSection, in issueUndefRef()
95 EhFrame::EhFrame(LDSection& pSection) in EhFrame()103 EhFrame* EhFrame::Create(LDSection& pSection) { in Create()109 void EhFrame::Destroy(EhFrame*& pSection) { in Destroy()
77 void LDSection::Destroy(LDSection*& pSection) { in Destroy()
20 LDContext& LDContext::appendSection(LDSection& pSection) { in appendSection()
21 X86_32GOT::X86_32GOT(LDSection& pSection) : GOT(pSection) { in X86_32GOT()34 X86_64GOT::X86_64GOT(LDSection& pSection) : GOT(pSection) { in X86_64GOT()
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()
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()
20 PLT::PLT(LDSection& pSection) : m_Section(pSection) { in PLT()
24 GOT::GOT(LDSection& pSection) : m_Section(pSection) { in GOT()
24 OutputRelocSection::OutputRelocSection(Module& pModule, LDSection& pSection) in OutputRelocSection()
21 HexagonGOT::HexagonGOT(LDSection& pSection) : GOT(pSection) { in HexagonGOT()
23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) : HexagonGOT(pSection) { in HexagonGOTPLT()
285 SectionData* IRBuilder::CreateSectionData(LDSection& pSection) { in CreateSectionData()294 RelocData* IRBuilder::CreateRelocData(LDSection& pSection) { in CreateRelocData()303 EhFrame* IRBuilder::CreateEhFrame(LDSection& pSection) { in CreateEhFrame()312 DebugString* IRBuilder::CreateDebugString(LDSection& pSection) { in CreateDebugString()321 SectionData* IRBuilder::CreateBSS(LDSection& pSection) { in CreateBSS()405 LDSection* pSection, in AddSymbol()590 Relocation* IRBuilder::AddRelocation(LDSection& pSection, in AddRelocation()
48 void setOutputSection(LDSection& pSection) in setOutputSection()
47 void setTextSection(LDSection* pSection) { in setTextSection()51 void setExIdxSection(LDSection* pSection) { in setExIdxSection()
24 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) : GOT(pSection) { in MipsGOTPLT()
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()
58 MipsPLT::MipsPLT(LDSection& pSection) : PLT(pSection) { in MipsPLT()
138 const LDSymbol* getSectionSymbol(const LDSection& pSection) const { in getSectionSymbol()142 LDSymbol* getSectionSymbol(const LDSection& pSection) { in getSectionSymbol()
152 const LDSection& pSection) { in scanLocalReloc()217 const LDSection& pSection) { in scanGlobalReloc()377 LDSection& pSection, in scanRelocation()