Home | History | Annotate | Download | only in bfd

Lines Matching refs:pgp

251 score_elf_assign_gp (bfd *output_bfd, bfd_vma *pgp)
258 *pgp = _bfd_get_gp_value (output_bfd);
259 if (*pgp)
278 *pgp = bfd_asymbol_value (*sym);
279 _bfd_set_gp_value (output_bfd, *pgp);
288 *pgp = 4;
289 _bfd_set_gp_value (output_bfd, *pgp);
307 bfd_vma *pgp)
312 *pgp = 0;
316 *pgp = _bfd_get_gp_value (output_bfd);
317 if (*pgp == 0
324 *pgp = symbol->section->output_section->vma + 0x4000;
325 _bfd_set_gp_value (output_bfd, *pgp);
327 else if (!score_elf_assign_gp (output_bfd, pgp))