Searched refs:pParent (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp27 X86GNULDBackend& pParent)
29 m_Target(pParent) {
44 X86RelocationFactory& pParent);
117 X86RelocationFactory& pParent)
121 X86GNULDBackend& ld_backend = pParent.getTarget();
136 if(helper_use_relative_reloc(*rsym, pLDInfo, pParent)) {
158 X86RelocationFactory::Address helper_GOT_ORG(X86RelocationFactory& pParent) argument
160 return pParent.getTarget().getGOT().getSection().addr();
167 X86RelocationFactory& pParent)
169 GOTEntry& got_entry = helper_get_GOT_and_init(pReloc, pLDInfo, pParent);
26 X86RelocationFactory(size_t pNum, X86GNULDBackend& pParent) argument
115 helper_get_GOT_and_init(Relocation& pReloc, const MCLDInfo& pLDInfo, X86RelocationFactory& pParent) argument
165 helper_GOT(Relocation& pReloc, const MCLDInfo& pLDInfo, X86RelocationFactory& pParent) argument
175 helper_get_PLT_and_init(Relocation& pReloc, X86RelocationFactory& pParent) argument
207 helper_PLT_ORG(X86RelocationFactory& pParent) argument
214 helper_PLT(Relocation& pReloc, X86RelocationFactory& pParent) argument
224 helper_DynRel(Relocation& pReloc, X86RelocationFactory::Type pType, X86RelocationFactory& pParent) argument
250 none(Relocation& pReloc, const MCLDInfo& pLDInfo, X86RelocationFactory& pParent) argument
258 abs32(Relocation& pReloc, const MCLDInfo& pLDInfo, X86RelocationFactory& pParent) argument
293 rel32(Relocation& pReloc, const MCLDInfo& pLDInfo, X86RelocationFactory& pParent) argument
305 gotoff32(Relocation& pReloc, const MCLDInfo& pLDInfo, X86RelocationFactory& pParent) argument
318 gotpc32(Relocation& pReloc, const MCLDInfo& pLDInfo, X86RelocationFactory& pParent) argument
330 got32(Relocation& pReloc, const MCLDInfo& pLDInfo, X86RelocationFactory& pParent) argument
347 plt32(Relocation& pReloc, const MCLDInfo& pLDInfo, X86RelocationFactory& pParent) argument
[all...]
H A DX86ELFDynamic.cpp15 X86ELFDynamic::X86ELFDynamic(const GNULDBackend& pParent) argument
16 : ELFDynamic(pParent), m_HasGOTPLT(false) {
H A DX86ELFDynamic.h22 X86ELFDynamic(const GNULDBackend& pParent);
H A DX86RelocationFunctions.h13 X86RelocationFactory& pParent);
H A DX86RelocationFactory.h40 X86RelocationFactory(size_t pNum, X86GNULDBackend& pParent);
H A DX86PLT.h22 X86PLT0(llvm::MCSectionData* pParent, unsigned int pSize);
27 X86PLT1(llvm::MCSectionData* pParent, unsigned int pSize);
H A DX86PLT.cpp47 X86PLT0::X86PLT0(llvm::MCSectionData* pParent, unsigned int pSize) argument
48 : PLTEntry(pSize, pParent) { }
50 X86PLT1::X86PLT1(llvm::MCSectionData* pParent, unsigned int pSize) argument
51 : PLTEntry(pSize, pParent) { }
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.cpp15 ARMELFDynamic::ARMELFDynamic(const GNULDBackend& pParent) argument
16 : ELFDynamic(pParent)
H A DARMRelocationFactory.cpp27 ARMGNULDBackend& pParent)
29 m_Target(pParent) {
51 ARMRelocationFactory& pParent);
159 ARMRelocationFactory& pParent)
163 ARMGNULDBackend& ld_backend = pParent.getTarget();
180 helper_use_relative_reloc(*rsym, pLDInfo, pParent)) {
202 ARMRelocationFactory::Address helper_GOT_ORG(ARMRelocationFactory& pParent) argument
204 return pParent.getTarget().getGOT().getSection().addr();
211 ARMRelocationFactory& pParent)
213 GOTEntry& got_entry = helper_get_GOT_and_init(pReloc, pLDInfo, pParent);
26 ARMRelocationFactory(size_t pNum, ARMGNULDBackend& pParent) argument
157 helper_get_GOT_and_init(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
209 helper_GOT(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
219 helper_get_PLT_and_init(Relocation& pReloc, ARMRelocationFactory& pParent) argument
251 helper_PLT_ORG(ARMRelocationFactory& pParent) argument
258 helper_PLT(Relocation& pReloc, ARMRelocationFactory& pParent) argument
268 helper_DynRel(Relocation& pReloc, ARMRelocationFactory::Type pType, ARMRelocationFactory& pParent) argument
394 none(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
402 abs32(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
442 rel32(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
455 base_prel(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
466 gotoff32(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
480 got_brel(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
496 got_prel(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
514 call(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
555 thm_call(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
626 movw_abs_nc(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
654 movw_prel_nc(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
676 movt_abs(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
699 movt_prel(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
717 thm_movw_abs_nc(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
745 thm_movw_prel_nc(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
769 thm_movt_abs(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
797 thm_movt_prel(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
821 prel31(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
848 tls(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
856 unsupport(Relocation& pReloc, const MCLDInfo& pLDInfo, ARMRelocationFactory& pParent) argument
[all...]
H A DARMELFDynamic.h21 ARMELFDynamic(const GNULDBackend& pParent);
H A DARMRelocationFactory.h41 ARMRelocationFactory(size_t pNum, ARMGNULDBackend& pParent);
H A DARMPLT.h22 ARMPLT0(llvm::MCSectionData* pParent);
27 ARMPLT1(llvm::MCSectionData* pParent);
H A DARMPLT.cpp36 ARMPLT0::ARMPLT0(llvm::MCSectionData* pParent) argument
37 : PLTEntry(sizeof(arm_plt0), pParent) {}
39 ARMPLT1::ARMPLT1(llvm::MCSectionData* pParent) argument
40 : PLTEntry(sizeof(arm_plt1), pParent) {}
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp26 MipsGNULDBackend& pParent)
28 m_Target(pParent),
98 MipsRelocationFactory& pParent)
102 MipsGNULDBackend& ld_backend = pParent.getTarget();
138 RelocationFactory::Address helper_GetGP(MipsRelocationFactory& pParent) argument
140 return pParent.getTarget().getGOT().getSection().addr() + 0x7FF0;
145 MipsRelocationFactory& pParent)
149 MipsGNULDBackend& ld_backend = pParent.getTarget();
170 MipsRelocationFactory& pParent)
172 GOTEntry& got_entry = helper_GetGOTEntry(pReloc, pParent);
25 MipsRelocationFactory(size_t pNum, MipsGNULDBackend& pParent) argument
97 helper_SetRelDynEntry(Relocation& pReloc, MipsRelocationFactory& pParent) argument
144 helper_GetGOTEntry(Relocation& pReloc, MipsRelocationFactory& pParent) argument
169 helper_GetGOTOffset(Relocation& pReloc, MipsRelocationFactory& pParent) argument
194 helper_DynRel(Relocation& pReloc, MipsRelocationFactory& pParent) argument
215 none(Relocation& pReloc, const MCLDInfo& pLDInfo, MipsRelocationFactory& pParent) argument
224 abs32(Relocation& pReloc, const MCLDInfo& pLDInfo, MipsRelocationFactory& pParent) argument
246 hi16(Relocation& pReloc, const MCLDInfo& pLDInfo, MipsRelocationFactory& pParent) argument
278 lo16(Relocation& pReloc, const MCLDInfo& pLDInfo, MipsRelocationFactory& pParent) argument
305 got16(Relocation& pReloc, const MCLDInfo& pLDInfo, MipsRelocationFactory& pParent) argument
336 call16(Relocation& pReloc, const MCLDInfo& pLDInfo, MipsRelocationFactory& pParent) argument
350 gprel32(Relocation& pReloc, const MCLDInfo& pLDInfo, MipsRelocationFactory& pParent) argument
[all...]
H A DMipsELFDynamic.cpp27 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent) argument
28 : ELFDynamic(pParent),
29 m_pParent(pParent)
H A DMipsELFDynamic.h24 MipsELFDynamic(const MipsGNULDBackend& pParent);
H A DMipsRelocationFactory.h39 MipsRelocationFactory(size_t pNum, MipsGNULDBackend& pParent);
H A DMipsRelocationFunctions.h13 MipsRelocationFactory& pParent);
/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp18 llvm::MCSectionData* pParent)
19 : MCTargetFragment(llvm::MCFragment::FT_Target, pParent),
17 GOTEntry(uint64_t pContent, size_t pEntrySize, llvm::MCSectionData* pParent) argument
H A DPLT.cpp17 PLTEntry::PLTEntry(size_t pSize, llvm::MCSectionData* pParent) argument
18 : MCTargetFragment(llvm::MCFragment::FT_Target, pParent),
/frameworks/compile/mclinker/lib/MC/
H A DMCLDAttribute.cpp49 AttributeProxy::AttributeProxy(AttributeFactory& pParent, Attribute& pBase) argument
50 : m_AttrPool(pParent), m_pBase(&pBase) {
97 static inline void ReplaceOrRecord(AttributeFactory& pParent, argument
101 Attribute *result = pParent.exists(*pCopy);
103 pParent.record(*pCopy);
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h31 llvm::MCSectionData* pParent);
H A DPLT.h29 PLTEntry(size_t pSize, llvm::MCSectionData* pParent);
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryArea.h101 Space(MemoryArea* pParent, size_t pOffset, size_t pLength) argument
102 : m_pParent(pParent),
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp149 DirIterator::DirIterator(Directory* pParent, argument
151 : m_pParent(pParent),

Completed in 207 milliseconds

12