Home
last modified time | relevance | path

Searched defs:pParent (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp29 static bool HasSubType(const Relocation& pParent, Relocation::Type pType) { in HasSubType()
43 MipsRelocationInfo(Relocation& pParent, bool pIsRel) in MipsRelocationInfo()
81 MipsRelocationInfo(Relocation& pParent, Relocation::Type pType, in MipsRelocationInfo()
91 MipsRelocator& pParent) { in helper_PLT_init()
111 MipsRelocator& pParent) { in helper_get_PLT_address()
141 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent, in MipsRelocator()
758 Mips32Relocator::Mips32Relocator(Mips32GNULDBackend& pParent, in Mips32Relocator()
794 Mips64Relocator::Mips64Relocator(Mips64GNULDBackend& pParent, in Mips64Relocator()
838 MipsRelocator& pParent) { in none()
844 MipsRelocator& pParent) { in abs32()
[all …]
DMipsPLT.cpp44 MipsPLT0(SectionData& pParent) : PLT::Entry<sizeof(PLT0)>(pParent) {} in MipsPLT0()
52 MipsPLTA(SectionData& pParent) : PLT::Entry<sizeof(PLTA)>(pParent) {} in MipsPLTA()
DMipsGOT.cpp503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) { in createEntry()
538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) { in createEntry()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp35 X86_32Relocator& pParent) { in helper_DynRel_init()
61 X86_32Relocator& pParent) { in helper_GOT_init()
88 static Relocator::Address helper_GOT_ORG(X86_32Relocator& pParent) { in helper_GOT_ORG()
93 X86_32Relocator& pParent) { in helper_get_GOT_address()
100 X86_32Relocator& pParent) { in helper_PLT_init()
124 X86_32Relocator& pParent) { in helper_get_PLT_address()
273 X86_32Relocator::X86_32Relocator(X86_32GNULDBackend& pParent, in X86_32Relocator()
855 Relocator::Result none(Relocation& pReloc, X86_32Relocator& pParent) { in none()
862 Relocator::Result abs(Relocation& pReloc, X86_32Relocator& pParent) { in abs()
899 Relocator::Result rel(Relocation& pReloc, X86_32Relocator& pParent) { in rel()
[all …]
DX86PLT.cpp24 X86_32DynPLT0::X86_32DynPLT0(SectionData& pParent) in X86_32DynPLT0()
28 X86_32DynPLT1::X86_32DynPLT1(SectionData& pParent) in X86_32DynPLT1()
32 X86_32ExecPLT0::X86_32ExecPLT0(SectionData& pParent) in X86_32ExecPLT0()
36 X86_32ExecPLT1::X86_32ExecPLT1(SectionData& pParent) in X86_32ExecPLT1()
40 X86_64PLT0::X86_64PLT0(SectionData& pParent) in X86_64PLT0()
44 X86_64PLT1::X86_64PLT1(SectionData& pParent) in X86_64PLT1()
DX86GOT.h24 X86_32GOTEntry(uint64_t pContent, SectionData* pParent) in X86_32GOTEntry()
46 X86_64GOTEntry(uint64_t pContent, SectionData* pParent) in X86_64GOTEntry()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp75 ARMRelocator& pParent) { in helper_get_GOT_address()
83 ARMRelocator& pParent) { in helper_GOT_init()
114 static Relocator::Address helper_GOT_ORG(ARMRelocator& pParent) { in helper_GOT_ORG()
119 ARMRelocator& pParent) { in helper_get_PLT_address()
125 static ARMPLT1& helper_PLT_init(Relocation& pReloc, ARMRelocator& pParent) { in helper_PLT_init()
153 ARMRelocator& pParent) { in helper_DynRel_init()
299 ARMRelocator::ARMRelocator(ARMGNULDBackend& pParent, in ARMRelocator()
782 ARMRelocator::Result none(Relocation& pReloc, ARMRelocator& pParent) { in none()
787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) { in abs32()
824 ARMRelocator::Result rel32(Relocation& pReloc, ARMRelocator& pParent) { in rel32()
[all …]
DARMPLT.cpp21 ARMPLT0::ARMPLT0(SectionData& pParent) : PLT::Entry<sizeof(arm_plt0)>(pParent) { in ARMPLT0()
24 ARMPLT1::ARMPLT1(SectionData& pParent) : PLT::Entry<sizeof(arm_plt1)>(pParent) { in ARMPLT1()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp64 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent, in AArch64Relocator()
451 Relocator::Result none(Relocation& pReloc, AArch64Relocator& pParent) { in none()
455 Relocator::Result unsupported(Relocation& pReloc, AArch64Relocator& pParent) { in unsupported()
462 Relocator::Result abs(Relocation& pReloc, AArch64Relocator& pParent) { in abs()
508 Relocator::Result rel(Relocation& pReloc, AArch64Relocator& pParent) { in rel()
541 Relocator::Result add_abs_lo12(Relocation& pReloc, AArch64Relocator& pParent) { in add_abs_lo12()
553 Relocator::Result adr_prel_lo21(Relocation& pReloc, AArch64Relocator& pParent) { in adr_prel_lo21()
572 AArch64Relocator& pParent) { in adr_prel_pg_hi21()
591 Relocator::Result call(Relocation& pReloc, AArch64Relocator& pParent) { in call()
620 Relocator::Result condbr(Relocation& pReloc, AArch64Relocator& pParent) { in condbr()
[all …]
DAArch64RelocationHelpers.h86 AArch64Relocator& pParent) { in helper_get_PLT_address()
93 AArch64Relocator& pParent) { in helper_PLT_init()
121 AArch64Relocator& pParent) { in helper_DynRela_init()
137 const AArch64Relocator& pParent) { in helper_use_relative_reloc()
147 AArch64Relocator& pParent) { in helper_get_GOT_address()
153 static inline Relocator::Address helper_GOT_ORG(AArch64Relocator& pParent) { in helper_GOT_ORG()
159 AArch64Relocator& pParent) { in helper_GOT_init()
DAArch64PLT.cpp22 AArch64PLT0::AArch64PLT0(SectionData& pParent) in AArch64PLT0()
26 AArch64PLT1::AArch64PLT1(SectionData& pParent) in AArch64PLT1()
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp31 HexagonRelocator& pParent) { in helper_DynRel_init()
57 HexagonRelocator& pParent) { in helper_GOT_init()
85 HexagonRelocator& pParent) { in helper_get_GOT_address()
92 HexagonRelocator& pParent) { in helper_PLT_init()
115 HexagonRelocator& pParent) { in helper_get_PLT_address()
168 HexagonRelocator::HexagonRelocator(HexagonLDBackend& pParent, in HexagonRelocator()
499 Relocator::Result none(Relocation& pReloc, HexagonRelocator& pParent) { in none()
695 Relocator::Result relocAbs(Relocation& pReloc, HexagonRelocator& pParent) { in relocAbs()
735 Relocator::Result relocPCREL(Relocation& pReloc, HexagonRelocator& pParent) { in relocPCREL()
767 Relocator::Result relocGPREL(Relocation& pReloc, HexagonRelocator& pParent) { in relocGPREL()
[all …]
DHexagonPLT.cpp24 HexagonPLT0::HexagonPLT0(SectionData& pParent) in HexagonPLT0()
28 HexagonPLT1::HexagonPLT1(SectionData& pParent) in HexagonPLT1()
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_sbbutton.cpp118 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonDown() local
131 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp() local
144 if (CPWL_Wnd* pParent = GetParentWindow()) in OnMouseMove() local
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DConfigurableElement.cpp375 const CElement *pParent = getParent(); in getSyncer() local
448 const CElement *pParent = getParent(); in getBelongingDomains() local
616 const CElement *pParent = getParent(); in belongsToDomainAscending() local
628 const CElement *pParent = getParent(); in getBelongingSubsystem() local
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dtree_node_unittest.cpp70 auto pParent = std::make_unique<TestTreeNode>(); in TEST() local
85 auto pParent = std::make_unique<TestTreeNode>(); in TEST() local
102 auto pParent = std::make_unique<TestTreeNode>(); in TEST() local
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_attachnodelist.cpp33 CXFA_Node* pParent = pNode->GetParent(); in Append() local
48 CXFA_Node* pParent = pNewNode->GetParent(); in Insert() local
H A Dcxfa_nodeiteratortemplate.h49 NodeType* pParent = ParentWithinSubtree(static_cast<NodeType*>(m_pCurrent)); in MoveToPrev() local
99 NodeType* pParent = ParentWithinSubtree(pNode); in PreviousSiblingWithinSubtree() local
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Target/
DPLT.h26 explicit PLTEntryBase(SectionData& pParent) in PLTEntryBase()
56 explicit Entry(SectionData& pParent) : EntryBase(pParent) {} in Entry()
/aosp_15_r20/frameworks/compile/mclinker/lib/MC/
DAttribute.cpp51 AttributeProxy::AttributeProxy(AttributeSet& pParent, in AttributeProxy()
95 static inline void ReplaceOrRecord(AttributeSet& pParent, in ReplaceOrRecord()
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_structtree.cpp93 RetainPtr<const CPDF_Dictionary> pParent = pParentArray->GetDictAt(i); in LoadPageTree() local
114 RetainPtr<const CPDF_Dictionary> pParent = pDict->GetDictFor("P"); in AddPageNode() local
H A Dcpdf_interactiveform.cpp442 CFieldTree::Node* CFieldTree::AddChild(Node* pParent, in AddChild()
457 CFieldTree::Node* CFieldTree::Lookup(Node* pParent, WideStringView short_name) { in Lookup()
820 RetainPtr<CPDF_Dictionary> pParent(pFieldDict); in AddTerminalField() local
/aosp_15_r20/external/pdfium/core/fxcrt/xml/
H A Dcfx_xmlnode_unittest.cpp11 WideString ChildrenString(CFX_XMLElement* pParent) { in ChildrenString()
20 WideString ReverseChildrenString(CFX_XMLElement* pParent) { in ReverseChildrenString()
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_widgetmgr.cpp37 Item* pParent = pItem->GetParent(); in GetParentWidget() local
92 void CFWL_WidgetMgr::InsertWidget(CFWL_Widget* pParent, CFWL_Widget* pChild) { in InsertWidget()
H A Dcfwl_widget.cpp302 CFX_SizeF CFWL_Widget::GetOffsetFromParent(CFWL_Widget* pParent) { in GetOffsetFromParent()
317 bool CFWL_Widget::IsParent(CFWL_Widget* pParent) { in IsParent()

123