Home | History | Annotate | Download | only in bfd

Lines Matching refs:pgp

3040 mips_elf64_assign_gp (bfd *output_bfd, bfd_vma *pgp)
3047 *pgp = _bfd_get_gp_value (output_bfd);
3048 if (*pgp)
3067 *pgp = bfd_asymbol_value (*sym);
3068 _bfd_set_gp_value (output_bfd, *pgp);
3077 *pgp = 4;
3078 _bfd_set_gp_value (output_bfd, *pgp);
3093 char **error_message, bfd_vma *pgp)
3098 *pgp = 0;
3102 *pgp = _bfd_get_gp_value (output_bfd);
3103 if (*pgp == 0
3110 *pgp = symbol->section->output_section->vma /*+ 0x4000*/;
3111 _bfd_set_gp_value (output_bfd, *pgp);
3113 else if (!mips_elf64_assign_gp (output_bfd, pgp))