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

/freebsd-9.3-release/contrib/binutils/bfd/
H A Dbfd.c1014 return elf_gp (abfd);
1032 elf_gp (abfd) = v;
H A Delfxx-mips.c1837 h->esym.asym.value = elf_gp (einfo->abfd);
5319 H_PUT_32 (abfd, elf_gp (abfd), buf);
5334 At this point we know that elf_gp is set, so we can look
5365 H_PUT_64 (abfd, elf_gp (abfd), buf);
5380 H_PUT_32 (abfd, elf_gp (abfd), buf);
5539 elf_gp (abfd) = s.ri_gp_value;
5583 elf_gp (abfd) = intreg.ri_gp_value;
5594 elf_gp (abfd) = intreg.ri_gp_value;
8369 sym->st_value = elf_gp (output_bfd);
10323 if (elf_gp (abf
[all...]
H A Delf64-ppc.c3395 /* Along with elf_gp, specifies the TOC pointer used in this group. */
8408 - elf_gp (htab->brlt->output_section->owner)
8484 - elf_gp (htab->plt->output_section->owner)
8579 - elf_gp (htab->plt->output_section->owner)
8701 elf_gp (output_bfd) = htab->toc_curr = ppc64_elf_toc (output_bfd);
8742 elf_gp (isec->owner) = (htab->toc_curr
8743 - elf_gp (isec->output_section->owner)
8755 htab->multi_toc_needed = htab->toc_curr != elf_gp (output_bfd);
9000 if (elf_gp (isec->owner) != 0)
9001 htab->toc_curr = elf_gp (ise
[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 143 milliseconds