Home | History | Annotate | Download | only in bfd

Lines Matching refs:pgp

2114 nios2_elf_assign_gp (bfd *output_bfd, bfd_vma *pgp, struct bfd_link_info *info)
2122 *pgp = _bfd_get_gp_value (output_bfd);
2123 if (*pgp)
2141 *pgp = lh->u.def.value;
2159 *pgp = 4;
2160 _bfd_set_gp_value (output_bfd, *pgp);
2164 _bfd_set_gp_value (output_bfd, *pgp);
2176 char **error_message, bfd_vma *pgp)
2180 *pgp = 0;
2184 *pgp = _bfd_get_gp_value (output_bfd);
2185 if (*pgp == 0 && (!relocatable || (symbol->flags & BSF_SECTION_SYM) != 0))
2190 *pgp = symbol->section->output_section->vma + 0x4000;
2191 _bfd_set_gp_value (output_bfd, *pgp);