Lines Matching refs:pParent

32                                                ARMRelocationFactory& pParent);
51 ARMGNULDBackend& pParent)
53 m_Target(pParent) {
136 ARMRelocationFactory& pParent)
140 ARMGNULDBackend& ld_backend = pParent.getTarget();
157 helper_use_relative_reloc(*rsym, pLDInfo, pParent)) {
179 ARMRelocationFactory::Address helper_GOT_ORG(ARMRelocationFactory& pParent)
181 return pParent.getTarget().getGOT().getSection().addr();
188 ARMRelocationFactory& pParent)
190 GOTEntry& got_entry = helper_get_GOT_and_init(pReloc, pLDInfo, pParent);
191 return helper_GOT_ORG(pParent) + pParent.getLayout().getOutputOffset(got_entry);
197 ARMRelocationFactory& pParent)
201 ARMGNULDBackend& ld_backend = pParent.getTarget();
228 ARMRelocationFactory::Address helper_PLT_ORG(ARMRelocationFactory& pParent)
230 return pParent.getTarget().getPLT().getSection().addr();
236 ARMRelocationFactory& pParent)
238 PLTEntry& plt_entry = helper_get_PLT_and_init(pReloc, pParent);
239 return helper_PLT_ORG(pParent) + pParent.getLayout().getOutputOffset(plt_entry);
247 ARMRelocationFactory& pParent)
251 ARMGNULDBackend& ld_backend = pParent.getTarget();
381 ARMRelocationFactory& pParent)
389 ARMRelocationFactory& pParent)
396 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
409 helper_DynRel(pReloc, llvm::ELF::R_ARM_RELATIVE, pParent);
417 S = helper_PLT(pReloc, pParent);
425 if (helper_use_relative_reloc(*rsym, pLDInfo, pParent)) {
426 helper_DynRel(pReloc, llvm::ELF::R_ARM_RELATIVE, pParent);
429 helper_DynRel(pReloc, pReloc.type(), pParent);
444 ARMRelocationFactory& pParent)
450 - pReloc.place(pParent.getLayout());
457 ARMRelocationFactory& pParent)
461 pReloc.target() = pReloc.symValue() + A - pReloc.place(pParent.getLayout());
468 ARMRelocationFactory& pParent)
472 ARMRelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent);
482 ARMRelocationFactory& pParent)
488 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent);
490 ARMRelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent);
499 ARMRelocationFactory& pParent)
505 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent);
507 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout());
518 ARMRelocationFactory& pParent)
541 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout());
545 S = helper_PLT(pReloc, pParent);
573 ARMRelocationFactory& pParent)
593 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout());
598 S = helper_PLT(pReloc, pParent);
646 ARMRelocationFactory& pParent)
655 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
663 S = helper_PLT(pReloc, pParent);
678 ARMRelocationFactory& pParent)
682 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout());
700 ARMRelocationFactory& pParent)
708 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
716 S = helper_PLT(pReloc, pParent);
730 ARMRelocationFactory& pParent)
733 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout());
748 ARMRelocationFactory& pParent)
757 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
765 S = helper_PLT(pReloc, pParent);
778 ARMRelocationFactory& pParent)
782 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout());
799 ARMRelocationFactory& pParent)
803 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout());
819 ARMRelocationFactory& pParent)
827 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
835 S = helper_PLT(pReloc, pParent);
856 ARMRelocationFactory& pParent)
859 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout());
874 ARMRelocationFactory& pParent)
885 S = helper_PLT(pReloc, pParent);
901 ARMRelocationFactory& pParent)
908 ARMRelocationFactory& pParent)