Home
last modified time | relevance | path

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

12

/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()
DX86ELFDynamic.cpp15 X86ELFDynamic::X86ELFDynamic(const GNULDBackend& pParent, in X86ELFDynamic()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp42 static bool HasSubType(const Relocation& pParent, Relocation::Type pType) { in HasSubType()
56 MipsRelocationInfo(Relocation& pParent, bool pIsRel) in MipsRelocationInfo()
100 MipsRelocationInfo(Relocation& pParent, in MipsRelocationInfo()
138 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent, in MipsRelocator()
705 Mips32Relocator::Mips32Relocator(Mips32GNULDBackend& pParent, in Mips32Relocator()
721 Mips64Relocator::Mips64Relocator(Mips64GNULDBackend& pParent, in Mips64Relocator()
744 MipsRelocator& pParent) { in none()
750 MipsRelocator& pParent) { in abs32()
781 MipsRelocator& pParent) { in rel26()
804 MipsRelocator& pParent) { in hi16()
[all …]
DMipsPLT.cpp44 MipsPLT0(SectionData& pParent) : PLT::Entry<sizeof(PLT0)>(pParent) {} in MipsPLT0()
52 MipsPLTA(SectionData& pParent) : PLT::Entry<sizeof(PLTA)>(pParent) {} in MipsPLTA()
DMipsELFDynamic.cpp21 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent, in MipsELFDynamic()
/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()
DARMELFDynamic.cpp15 ARMELFDynamic::ARMELFDynamic(const GNULDBackend& pParent, in ARMELFDynamic()
DARMGOT.h26 ARMGOTEntry(uint64_t pContent, SectionData* pParent) in ARMGOTEntry()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp64 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent, in AArch64Relocator()
424 Relocator::Result none(Relocation& pReloc, AArch64Relocator& pParent) { in none()
428 Relocator::Result unsupported(Relocation& pReloc, AArch64Relocator& pParent) { in unsupported()
435 Relocator::Result abs(Relocation& pReloc, AArch64Relocator& pParent) { in abs()
481 Relocator::Result rel(Relocation& pReloc, AArch64Relocator& pParent) { in rel()
514 Relocator::Result add_abs_lo12(Relocation& pReloc, AArch64Relocator& pParent) { in add_abs_lo12()
526 Relocator::Result adr_prel_lo21(Relocation& pReloc, AArch64Relocator& pParent) { in adr_prel_lo21()
545 AArch64Relocator& pParent) { in adr_prel_pg_hi21()
564 Relocator::Result call(Relocation& pReloc, AArch64Relocator& pParent) { in call()
593 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()
DAArch64ELFDynamic.cpp16 AArch64ELFDynamic::AArch64ELFDynamic(const GNULDBackend& pParent, in AArch64ELFDynamic()
DAArch64GOT.h28 AArch64GOTEntry(uint64_t pContent, SectionData* pParent) in AArch64GOTEntry()
/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 …]
DHexagonGOT.h24 HexagonGOTEntry(uint64_t pContent, SectionData* pParent) in HexagonGOTEntry()
DHexagonELFDynamic.cpp15 HexagonELFDynamic::HexagonELFDynamic(const GNULDBackend& pParent, in HexagonELFDynamic()
DHexagonPLT.cpp24 HexagonPLT0::HexagonPLT0(SectionData& pParent) in HexagonPLT0()
28 HexagonPLT1::HexagonPLT1(SectionData& pParent) in HexagonPLT1()
/frameworks/compile/mclinker/include/mcld/Target/
DPLT.h26 explicit PLTEntryBase(SectionData& pParent) in PLTEntryBase()
56 explicit Entry(SectionData& pParent) : EntryBase(pParent) {} in Entry()
DELFAttribute.h80 Subsection(ELFAttribute& pParent, ELFAttributeData& pAttrData) in Subsection()
DGOT.h39 Entry(uint64_t pValue, SectionData* pParent) in Entry()
/frameworks/compile/mclinker/lib/MC/
DAttribute.cpp51 AttributeProxy::AttributeProxy(AttributeSet& pParent, in AttributeProxy()
95 static inline void ReplaceOrRecord(AttributeSet& pParent, in ReplaceOrRecord()
/frameworks/compile/mclinker/lib/Fragment/
DFragment.cpp24 Fragment::Fragment(Type pKind, SectionData* pParent) in Fragment()

12