Home | History | Annotate | Download | only in ia64

Lines Matching defs:gp

146   unw_word_t gp = di->gp;
222 return off + gp;
298 pi->gp = di->gp;
360 /* read the personality routine address (address is gp-relative): */
363 Debug (4, "handler ptr @ offset=%lx, gp=%lx\n", handler_offset, di->gp);
364 if ((read_mem (as, handler_offset + di->gp, &pi->handler, arg)) < 0)
368 pi->gp = di->gp;
426 di->gp = 0;
462 register unsigned long gp __asm__("gp");
463 return gp;
535 DT_PLTGOT is the gp value for that object. */
541 di->gp = dyn->d_un.d_ptr;
547 The gp is constant program-wide. */
548 di->gp = current_gp();
557 Debug (16, "found table `%s': segbase=%lx, len=%lu, gp=%lx, "
559 di->u.ti.table_len, di->gp, di->u.ti.table_data);
690 di.gp = lmd.linkage_ptr;
713 Debug (16, "found table `%s': segbase=%lx, len=%lu, gp=%lx, "
715 di.u.ti.table_len, di.gp, di.u.ti.table_data);