Home | History | Annotate | Download | only in bfd

Lines Matching refs:relgot

2780   asection *relgot;
4505 asection *got, *relgot;
4526 relgot = bfd_make_section_anyway_with_flags (abfd, ".rela.got",
4528 if (!relgot
4529 || ! bfd_set_section_alignment (abfd, relgot, 3))
4533 ppc64_elf_tdata (abfd)->relgot = relgot;
9342 asection *relgot = ppc64_elf_tdata (gent->owner)->relgot;
9343 relgot->size += rentsize;
9801 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
9866 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
9966 s = ppc64_elf_tdata (ibfd)->relgot;
11344 asection *got, *relgot;
11354 relgot = ppc64_elf_tdata (ibfd)->relgot;
11355 relgot->rawsize = relgot->size;
11356 relgot->size = 0;
11410 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
11435 asection *srel = ppc64_elf_tdata (ibfd)->relgot;
14042 asection *relgot;
14046 relgot = NULL;
14051 relgot = htab->elf.irelplt;
14058 relgot = ppc64_elf_tdata (ent->owner)->relgot;
14059 if (relgot != NULL)
14071 loc = relgot->contents;
14072 loc += (relgot->reloc_count++
14108 loc = relgot->contents;
14109 loc += (relgot->reloc_count++
15233 s = ppc64_elf_tdata (dynobj)->relgot;