Searched refs:elf_gp (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd.c1014 return elf_gp (abfd);
1032 elf_gp (abfd) = v;
H A Delf64-ppc.c3464 /* Along with elf_gp, specifies the TOC pointer used in this group. */
8583 - elf_gp (htab->brlt->output_section->owner)
8681 - elf_gp (htab->plt->output_section->owner)
8776 - elf_gp (htab->plt->output_section->owner)
8850 - elf_gp (htab->brlt->output_section->owner)
8926 elf_gp (output_bfd) = htab->toc_curr = ppc64_elf_toc (output_bfd);
8967 elf_gp (isec->owner) = (htab->toc_curr
8968 - elf_gp (isec->output_section->owner)
8980 htab->multi_toc_needed = htab->toc_curr != elf_gp (output_bfd);
9223 if (elf_gp (ise
[all...]
H A Delfxx-mips.c1841 h->esym.asym.value = elf_gp (einfo->abfd);
5323 H_PUT_32 (abfd, elf_gp (abfd), buf);
5338 At this point we know that elf_gp is set, so we can look
5369 H_PUT_64 (abfd, elf_gp (abfd), buf);
5384 H_PUT_32 (abfd, elf_gp (abfd), buf);
5543 elf_gp (abfd) = s.ri_gp_value;
5587 elf_gp (abfd) = intreg.ri_gp_value;
5598 elf_gp (abfd) = intreg.ri_gp_value;
8373 sym->st_value = elf_gp (output_bfd);
10327 if (elf_gp (abf
[all...]
H A Delf32-mips.c1354 cache_ptr->addend = elf_gp (abfd);
H A Delf32-score.c1870 if (elf_gp (output_bfd) == 0)
1877 elf_gp (output_bfd) = (bh->u.def.value
1889 elf_gp (output_bfd) = lo + ELF_SCORE_GP_OFFSET (input_bfd);
3278 sym->st_value = elf_gp (output_bfd);
H A Delf-bfd.h1493 #define elf_gp(bfd) (elf_tdata(bfd) -> gp)
1491 #define elf_gp macro
H A Delfn32-mips.c2172 cache_ptr->addend = elf_gp (abfd);
H A Delf.c1119 elf_gp (obfd) = elf_gp (ibfd);

Completed in 220 milliseconds