Lines Matching refs:pParent

27                                            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)
204 return pParent.getTarget().getGOT().getSection().addr();
211 ARMRelocationFactory& pParent)
213 GOTEntry& got_entry = helper_get_GOT_and_init(pReloc, pLDInfo, pParent);
214 return helper_GOT_ORG(pParent) + pParent.getLayout().getOutputOffset(got_entry);
220 ARMRelocationFactory& pParent)
224 ARMGNULDBackend& ld_backend = pParent.getTarget();
251 ARMRelocationFactory::Address helper_PLT_ORG(ARMRelocationFactory& pParent)
253 return pParent.getTarget().getPLT().getSection().addr();
259 ARMRelocationFactory& pParent)
261 PLTEntry& plt_entry = helper_get_PLT_and_init(pReloc, pParent);
262 return helper_PLT_ORG(pParent) + pParent.getLayout().getOutputOffset(plt_entry);
270 ARMRelocationFactory& pParent)
274 ARMGNULDBackend& ld_backend = pParent.getTarget();
396 ARMRelocationFactory& pParent)
404 ARMRelocationFactory& pParent)
412 helper_DynRel(pReloc, llvm::ELF::R_ARM_RELATIVE, pParent);
418 S = helper_PLT(pReloc, pParent);
426 if(helper_use_relative_reloc(*rsym, pLDInfo, pParent)) {
427 helper_DynRel(pReloc, llvm::ELF::R_ARM_RELATIVE, pParent);
430 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)
487 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent);
489 ARMRelocationFactory::Address GOT_ORG = helper_GOT_ORG(pParent);
498 ARMRelocationFactory& pParent)
503 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent);
505 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout());
516 ARMRelocationFactory& pParent)
534 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout());
538 S = helper_PLT(pReloc, pParent);
557 ARMRelocationFactory& pParent)
582 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout());
588 S = helper_PLT(pReloc, pParent);
628 ARMRelocationFactory& pParent)
639 S = helper_PLT(pReloc, pParent);
656 ARMRelocationFactory& pParent)
660 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout());
678 ARMRelocationFactory& pParent)
688 S = helper_PLT(pReloc, pParent);
701 ARMRelocationFactory& pParent)
704 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout());
719 ARMRelocationFactory& pParent)
730 S = helper_PLT(pReloc, pParent);
747 ARMRelocationFactory& pParent)
751 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout());
771 ARMRelocationFactory& pParent)
781 S = helper_PLT(pReloc, pParent);
799 ARMRelocationFactory& pParent)
802 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout());
823 ARMRelocationFactory& pParent)
834 S = helper_PLT(pReloc, pParent);
850 ARMRelocationFactory& pParent)
858 ARMRelocationFactory& pParent)