Lines Matching defs:pParent

35                                                AArch64Relocator& pParent);
63 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent,
66 m_Target(pParent) {
413 Relocator::Result none(Relocation& pReloc, AArch64Relocator& pParent)
418 Relocator::Result unsupport(Relocation& pReloc, AArch64Relocator& pParent)
426 Relocator::Result abs(Relocation& pReloc, AArch64Relocator& pParent)
431 Relocation* dyn_rel = pParent.getRelRelMap().lookUp(pReloc);
449 S = helper_get_PLT_address(*rsym, pParent);
474 Relocator::Result rel(Relocation& pReloc, AArch64Relocator& pParent)
482 A += pReloc.target() & get_mask(pParent.getSize(pReloc.type()));
493 S = helper_get_PLT_address(*rsym, pParent);
502 helper_check_signed_overflow(X, pParent.getSize(pReloc.type())))
508 Relocator::Result add_abs_lo12(Relocation& pReloc, AArch64Relocator& pParent)
523 adr_prel_pg_hi21(Relocation& pReloc, AArch64Relocator& pParent)
529 S = helper_get_PLT_address(*rsym, pParent);
543 Relocator::Result call(Relocation& pReloc, AArch64Relocator& pParent)
563 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
574 Relocator::Result condbr(Relocation& pReloc, AArch64Relocator& pParent)
594 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
605 Relocator::Result adr_got_page(Relocation& pReloc, AArch64Relocator& pParent)
611 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
620 AArch64GOTEntry* got_entry = pParent.getSymGOTMap().lookUp(*pReloc.symInfo());
624 Relocation* dyn_rela = pParent.getRelRelMap().lookUp(pReloc);
632 Relocator::Result ld64_got_lo12(Relocation& pReloc, AArch64Relocator& pParent)
638 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
645 AArch64GOTEntry* got_entry = pParent.getSymGOTMap().lookUp(*pReloc.symInfo());
650 Relocation* dyn_rela = pParent.getRelRelMap().lookUp(pReloc);
663 Relocator::Result ldst_abs_lo12(Relocation& pReloc, AArch64Relocator& pParent)