Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpvt_variabletext.cpp107 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in NextLine() local
125 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetWord() local
152 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetLine() local
223 CPVT_Section* pSection = m_SectionArray[wordplace.nSecIndex].get(); in InsertSection() local
325 CPVT_Section* pSection = m_SectionArray[i].get(); in WordPlaceToWordIndex() local
341 CPVT_Section* pSection = m_SectionArray[i].get(); in WordIndexToWordPlace() local
381 CPVT_Section* pSection = m_SectionArray[place.nSecIndex].get(); in GetPrevWordPlace() local
396 CPVT_Section* pSection = m_SectionArray[place.nSecIndex].get(); in GetNextWordPlace() local
416 CPVT_Section* pSection = m_SectionArray[nMid].get(); in SearchWordPlace() local
449 CPVT_Section* pSection = m_SectionArray[place.nSecIndex].get(); in GetUpWordPlace() local
[all …]
/aosp_15_r20/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp285 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()
/aosp_15_r20/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()
DGarbageCollection.cpp62 static bool mayProcessGC(const LDSection& pSection) { in mayProcessGC()
82 const LDSection& pSection) { in getReachedList()
88 const LDSection& pSection) { in findReachedList()
DEhFrame.cpp95 EhFrame::EhFrame(LDSection& pSection) in EhFrame()
103 EhFrame* EhFrame::Create(LDSection& pSection) { in Create()
109 void EhFrame::Destroy(EhFrame*& 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()
DELFReader.cpp205 LDSection& pSection, in readRela()
234 LDSection& pSection, in readRel()
700 LDSection& pSection, in readRela()
729 LDSection& pSection, in readRel()
DELFObjectWriter.cpp381 void ELFObjectWriter::emitSectionData(const LDSection& pSection, in emitSectionData()
449 const LDSection& pSection, in emitRelocation()
592 uint64_t ELFObjectWriter::getSectLink(const LDSection& pSection, in getSectLink()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/X86/
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()
DX86Relocator.cpp163 LDSection& pSection, in scanRelocation()
314 LDSection& pSection) { in scanLocalReloc()
517 LDSection& pSection) { in scanGlobalReloc()
781 LDSection& pSection) { in convertTLSIEtoLE()
1292 LDSection& pSection) { in scanLocalReloc()
1364 LDSection& pSection) { in scanGlobalReloc()
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()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Mips/
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()
DMipsRelocator.cpp186 LDSection& pSection, in scanRelocation()
246 const LDSection& pSection) { in scanLocalReloc()
347 const LDSection& pSection) { in scanGlobalReloc()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp152 const LDSection& pSection) { in scanLocalReloc()
217 const LDSection& pSection) { in scanGlobalReloc()
377 LDSection& pSection, in scanRelocation()
DAArch64LDBackend.cpp268 uint64_t AArch64GNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData()
532 LDSection& pSection) { in mergeSection()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.h47 void setTextSection(LDSection* pSection) { in setTextSection()
51 void setExIdxSection(LDSection* pSection) { in setExIdxSection()
DARMRelocator.cpp430 const LDSection& pSection) { in scanLocalReloc()
522 const LDSection& pSection) { in scanGlobalReloc()
731 LDSection& pSection, in scanRelocation()
DARMLDBackend.cpp389 uint64_t ARMGNULDBackend::emitSectionData(const LDSection& pSection, in emitSectionData()
486 LDSection& pSection) { in mergeSection()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp198 LDSection& pSection, in scanRelocation()
238 LDSection& pSection) { in scanLocalReloc()
289 LDSection& pSection) { in scanGlobalReloc()
DHexagonGOT.cpp21 HexagonGOT::HexagonGOT(LDSection& pSection) : GOT(pSection) { in HexagonGOT()
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/
DModule.h138 const LDSymbol* getSectionSymbol(const LDSection& pSection) const { in getSectionSymbol()
142 LDSymbol* getSectionSymbol(const LDSection& pSection) { in getSectionSymbol()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/
DPLT.cpp20 PLT::PLT(LDSection& pSection) : m_Section(pSection) { in PLT()

123