Lines Matching defs:pParent

35                                                AArch64Relocator& pParent);
64 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent,
66 : Relocator(pConfig), m_Target(pParent) {
424 Relocator::Result none(Relocation& pReloc, AArch64Relocator& pParent) {
428 Relocator::Result unsupported(Relocation& pReloc, AArch64Relocator& pParent) {
435 Relocator::Result abs(Relocation& pReloc, AArch64Relocator& pParent) {
439 Relocation* dyn_rel = pParent.getRelRelMap().lookUp(pReloc);
457 S = helper_get_PLT_address(*rsym, pParent);
481 Relocator::Result rel(Relocation& pReloc, AArch64Relocator& pParent) {
488 A += pReloc.target() & get_mask(pParent.getSize(pReloc.type()));
499 S = helper_get_PLT_address(*rsym, pParent);
508 helper_check_signed_overflow(X, pParent.getSize(pReloc.type())))
514 Relocator::Result add_abs_lo12(Relocation& pReloc, AArch64Relocator& pParent) {
526 Relocator::Result adr_prel_lo21(Relocation& pReloc, AArch64Relocator& pParent) {
531 S = helper_get_PLT_address(*rsym, pParent);
545 AArch64Relocator& pParent) {
550 S = helper_get_PLT_address(*rsym, pParent);
564 Relocator::Result call(Relocation& pReloc, AArch64Relocator& pParent) {
582 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
593 Relocator::Result condbr(Relocation& pReloc, AArch64Relocator& pParent) {
611 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
622 Relocator::Result adr_got_page(Relocation& pReloc, AArch64Relocator& pParent) {
627 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
636 AArch64GOTEntry* got_entry = pParent.getSymGOTMap().lookUp(*pReloc.symInfo());
640 Relocation* dyn_rela = pParent.getRelRelMap().lookUp(pReloc);
648 Relocator::Result ld64_got_lo12(Relocation& pReloc, AArch64Relocator& pParent) {
653 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
660 AArch64GOTEntry* got_entry = pParent.getSymGOTMap().lookUp(*pReloc.symInfo());
665 Relocation* dyn_rela = pParent.getRelRelMap().lookUp(pReloc);
678 Relocator::Result ldst_abs_lo12(Relocation& pReloc, AArch64Relocator& pParent) {