Home | History | Annotate | Download | only in bfd

Lines Matching refs:pgp

1653 mips_elf_assign_gp (bfd *output_bfd, bfd_vma *pgp)
1660 *pgp = _bfd_get_gp_value (output_bfd);
1661 if (*pgp)
1680 *pgp = bfd_asymbol_value (*sym);
1681 _bfd_set_gp_value (output_bfd, *pgp);
1690 *pgp = 4;
1691 _bfd_set_gp_value (output_bfd, *pgp);
1706 char **error_message, bfd_vma *pgp)
1711 *pgp = 0;
1715 *pgp = _bfd_get_gp_value (output_bfd);
1716 if (*pgp == 0
1723 *pgp = symbol->section->output_section->vma /*+ 0x4000*/;
1724 _bfd_set_gp_value (output_bfd, *pgp);
1726 else if (!mips_elf_assign_gp (output_bfd, pgp))