Home
last modified time | relevance | path

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

12

/frameworks/compile/mclinker/lib/LD/
DSectionData.cpp28 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()
DRelocData.cpp27 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()
DELFSegment.cpp73 LDSection* pSection) { in insert()
77 void ELFSegment::append(LDSection* pSection) { in append()
DDebugString.cpp40 void DebugString::merge(LDSection& pSection) { in merge()
90 DebugString* DebugString::Create(LDSection& pSection) { in Create()
DGarbageCollection.cpp62 static bool mayProcessGC(const LDSection& pSection) { in mayProcessGC()
82 const LDSection& pSection) { in getReachedList()
88 const LDSection& pSection) { in findReachedList()
DRelocator.cpp54 LDSection& pSection, in issueUndefRef()
DEhFrame.cpp95 EhFrame::EhFrame(LDSection& pSection) in EhFrame()
103 EhFrame* EhFrame::Create(LDSection& pSection) { in Create()
109 void EhFrame::Destroy(EhFrame*& pSection) { in Destroy()
DLDSection.cpp77 void LDSection::Destroy(LDSection*& pSection) { in Destroy()
DLDContext.cpp20 LDContext& LDContext::appendSection(LDSection& pSection) { in appendSection()
/frameworks/compile/mclinker/lib/Target/X86/
DX86GOT.cpp21 X86_32GOT::X86_32GOT(LDSection& pSection) : GOT(pSection) { in X86_32GOT()
34 X86_64GOT::X86_64GOT(LDSection& pSection) : GOT(pSection) { in X86_64GOT()
DX86GOTPLT.cpp23 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()
DX86PLT.cpp51 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/
DPLT.cpp20 PLT::PLT(LDSection& pSection) : m_Section(pSection) { in PLT()
DGOT.cpp24 GOT::GOT(LDSection& pSection) : m_Section(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) : GOT(pSection) { in HexagonGOT()
DHexagonGOTPLT.cpp23 HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) : HexagonGOT(pSection) { in HexagonGOTPLT()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp284 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/
DDebugString.h48 void setOutputSection(LDSection& pSection) in setOutputSection()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.h47 void setTextSection(LDSection* pSection) { in setTextSection()
51 void setExIdxSection(LDSection* pSection) { in setExIdxSection()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOTPLT.cpp24 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) : GOT(pSection) { in MipsGOTPLT()
DMipsGOT.cpp93 MipsGOT::MipsGOT(LDSection& pSection) in MipsGOT()
484 Mips32GOT::Mips32GOT(LDSection& pSection) : MipsGOT(pSection) { in Mips32GOT()
519 Mips64GOT::Mips64GOT(LDSection& pSection) : MipsGOT(pSection) { in Mips64GOT()
DMipsPLT.cpp58 MipsPLT::MipsPLT(LDSection& pSection) : PLT(pSection) { in MipsPLT()
/frameworks/compile/mclinker/include/mcld/
DModule.h138 const LDSymbol* getSectionSymbol(const LDSection& pSection) const { in getSectionSymbol()
142 LDSymbol* getSectionSymbol(const LDSection& pSection) { in getSectionSymbol()
/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp76 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) { in Create()

12