Home
last modified time | relevance | path

Searched defs:pSection (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/compile/mclinker/lib/LD/
DSectionData.cpp29 SectionData::SectionData(LDSection &pSection) in SectionData()
33 SectionData* SectionData::Create(LDSection& pSection) in Create()
40 void SectionData::Destroy(SectionData*& pSection) in Destroy()
DRelocData.cpp27 RelocData::RelocData(LDSection &pSection) in RelocData()
31 RelocData* RelocData::Create(LDSection& pSection) in Create()
38 void RelocData::Destroy(RelocData*& pSection) in Destroy()
DRelocator.cpp32 const LDSection& pSection) in partialScanRelocation()
55 LDSection& pSection, in issueUndefRef()
DELFSegment.cpp76 LDSection* pSection) in insert()
81 void ELFSegment::append(LDSection* pSection) in append()
DGarbageCollection.cpp65 static bool mayProcessGC(const LDSection& pSection) in mayProcessGC()
87 const LDSection& pSection) in getReachedList()
94 const LDSection& pSection) in findReachedList()
DEhFrame.cpp99 EhFrame::EhFrame(LDSection& pSection) in EhFrame()
109 EhFrame* EhFrame::Create(LDSection& pSection) in Create()
116 void EhFrame::Destroy(EhFrame*& pSection) in Destroy()
DLDSection.cpp80 void LDSection::Destroy(LDSection*& pSection) in Destroy()
DLDContext.cpp19 LDContext& LDContext::appendSection(LDSection& pSection) in appendSection()
DELFSegmentFactory.cpp49 ELFSegmentFactory::find(uint32_t pType, const LDSection* pSection) in find()
/frameworks/compile/mclinker/lib/Target/X86/
DX86GOT.cpp21 X86_32GOT::X86_32GOT(LDSection& pSection) in X86_32GOT()
38 X86_64GOT::X86_64GOT(LDSection& pSection) in X86_64GOT()
DX86GOTPLT.cpp23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) in X86_32GOTPLT()
63 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) in X86_64GOTPLT()
DX86PLT.cpp57 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()
DX86Relocator.cpp183 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/
DPLT.cpp20 PLT::PLT(LDSection& pSection) in PLT()
DGOT.cpp24 GOT::GOT(LDSection& pSection) in GOT()
DOutputRelocSection.cpp24 OutputRelocSection::OutputRelocSection(Module& pModule, LDSection& pSection) in OutputRelocSection()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOT.cpp21 HexagonGOT::HexagonGOT(LDSection& pSection) in HexagonGOT()
DHexagonGOTPLT.cpp23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) in HexagonGOTPLT()
DHexagonRelocator.cpp194 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/
DIRBuilder.cpp293 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/
DAArch64LDBackend.cpp282 uint64_t AArch64GNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData()
355 LDSection& pSection) in mergeSection()
DAArch64Relocator.cpp156 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/
DMipsGOTPLT.cpp23 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) in MipsGOTPLT()
DMipsGOT.cpp90 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/
DModule.h139 const LDSymbol* getSectionSymbol(const LDSection& pSection) const in getSectionSymbol()
142 LDSymbol* getSectionSymbol(const LDSection& pSection) in getSectionSymbol()

12