Home
last modified time | relevance | path

Searched refs:elf_gp (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/binutils/bfd/
HDbfd.c1011 return elf_gp (abfd); in _bfd_get_gp_value()
1029 elf_gp (abfd) = v; in _bfd_set_gp_value()
HDelf32-score.c1870 if (elf_gp (output_bfd) == 0) in score_elf_final_link_relocate()
1877 elf_gp (output_bfd) = (bh->u.def.value in score_elf_final_link_relocate()
1889 elf_gp (output_bfd) = lo + ELF_SCORE_GP_OFFSET (input_bfd); in score_elf_final_link_relocate()
3278 sym->st_value = elf_gp (output_bfd); in _bfd_score_elf_finish_dynamic_symbol()
HDelfxx-mips.c1830 h->esym.asym.value = elf_gp (einfo->abfd); in mips_elf_output_extsym()
5298 H_PUT_32 (abfd, elf_gp (abfd), buf); in _bfd_mips_elf_section_processing()
5344 H_PUT_64 (abfd, elf_gp (abfd), buf); in _bfd_mips_elf_section_processing()
5359 H_PUT_32 (abfd, elf_gp (abfd), buf); in _bfd_mips_elf_section_processing()
5518 elf_gp (abfd) = s.ri_gp_value; in _bfd_mips_elf_section_from_shdr()
5562 elf_gp (abfd) = intreg.ri_gp_value; in _bfd_mips_elf_section_from_shdr()
5573 elf_gp (abfd) = intreg.ri_gp_value; in _bfd_mips_elf_section_from_shdr()
8340 sym->st_value = elf_gp (output_bfd); in _bfd_mips_elf_finish_dynamic_symbol()
10286 if (elf_gp (abfd) == 0) in _bfd_mips_elf_final_link()
10292 elf_gp (abfd) = (h->u.def.value in _bfd_mips_elf_final_link()
[all …]
HDelf64-ppc.c8404 - elf_gp (htab->brlt->output_section->owner) in ppc_build_one_stub()
8480 - elf_gp (htab->plt->output_section->owner) in ppc_build_one_stub()
8575 - elf_gp (htab->plt->output_section->owner) in ppc_size_one_stub()
8697 elf_gp (output_bfd) = htab->toc_curr = ppc64_elf_toc (output_bfd); in ppc64_elf_setup_section_lists()
8738 elf_gp (isec->owner) = (htab->toc_curr in ppc64_elf_next_toc_section()
8739 - elf_gp (isec->output_section->owner) in ppc64_elf_next_toc_section()
8751 htab->multi_toc_needed = htab->toc_curr != elf_gp (output_bfd); in ppc64_elf_reinit_toc()
8996 if (elf_gp (isec->owner) != 0) in ppc64_elf_next_input_section()
8997 htab->toc_curr = elf_gp (isec->owner); in ppc64_elf_next_input_section()
9822 TOCstart = elf_gp (output_bfd); in ppc64_elf_relocate_section()
[all …]
HDelf32-mips.c1354 cache_ptr->addend = elf_gp (abfd); in mips_info_to_howto_rel()
HDelfn32-mips.c2168 cache_ptr->addend = elf_gp (abfd); in mips_info_to_howto_rel()
HDelf-bfd.h1491 #define elf_gp(bfd) (elf_tdata(bfd) -> gp) macro
HDelf.c1117 elf_gp (obfd) = elf_gp (ibfd); in _bfd_elf_copy_private_bfd_data()
HDChangeLog-02032716 (ppc64_elf_reinit_toc): Don't set elf_gp on input bfds lacking a toc.
2718 Don't set toc_curr from input bfds that haven't set elf_gp.
2876 Initialize elf_gp and toc_curr.
9240 and relocatable test. Return TOCstart and don't set elf_gp.
HDChangeLog-96974959 * elf32-mips.c (mips_elf_copy_private_bfd_data): Copy elf_gp.
HDChangeLog-00016837 call the bfd linker. Use elf_gp to record global pointer.
HDChangeLog-91931352 (elf_gp, elf_gp_size): New accessor macros.