Home
last modified time | relevance | path

Searched defs:pSection (Results 1 – 25 of 34) 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()
DEhFrame.cpp49 EhFrame::EhFrame(LDSection& pSection) in EhFrame()
61 EhFrame* EhFrame::Create(LDSection& pSection) in Create()
68 void EhFrame::Destroy(EhFrame*& pSection) in Destroy()
DRelocator.cpp27 const LDSection& pSection) in partialScanRelocation()
DLDSection.cpp80 void LDSection::Destroy(LDSection*& pSection) in Destroy()
DLDContext.cpp19 LDContext& LDContext::appendSection(LDSection& pSection) in appendSection()
DELFObjectWriter.cpp377 ELFObjectWriter::emitSectionData(const LDSection& pSection, in emitSectionData()
399 const LDSection& pSection, in emitRelocation()
539 uint64_t ELFObjectWriter::getSectLink(const LDSection& pSection, in getSectLink()
DELFReader.cpp213 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/
DX86GOT.cpp21 X86_32GOT::X86_32GOT(LDSection& pSection) in X86_32GOT()
52 X86_64GOT::X86_64GOT(LDSection& pSection) in X86_64GOT()
DX86GOTPLT.cpp23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) in X86_32GOTPLT()
67 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) in X86_64GOTPLT()
DX86PLT.cpp57 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()
DX86Relocator.cpp61 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/
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()
DELFDynamic.cpp339 void ELFDynamic::emit(const LDSection& pSection, MemoryRegion& pRegion) const in emit() argument
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOT.cpp21 HexagonGOT::HexagonGOT(LDSection& pSection) in HexagonGOT()
DHexagonGOTPLT.cpp23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) in HexagonGOTPLT()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp324 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/
DModule.h149 const LDSymbol* getSectionSymbol(const LDSection& pSection) const in getSectionSymbol()
152 LDSymbol* getSectionSymbol(const LDSection& pSection) in getSectionSymbol()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp26 ARMGOT::ARMGOT(LDSection& pSection) in ARMGOT()
DARMLDBackend.cpp312 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/
DMipsRelocator.cpp82 LDSection& pSection) in scanRelocation()
141 const LDSection& pSection) in scanLocalReloc()
230 const LDSection& pSection) in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp75 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) in Create()
/frameworks/compile/mclinker/include/mcld/LD/
DELFSegment.h115 void addSection(LDSection* pSection) in addSection()

12