• Home
  • Raw
  • Download

Lines Matching refs:hgot

3938 	  BFD_ASSERT (h == htab->elf.hgot);  in ppc_elf_check_relocs()
4269 if (h != NULL && h == htab->elf.hgot && htab->plt_type == PLT_UNSET) in ppc_elf_check_relocs()
4349 if (h == NULL || h == htab->elf.hgot) in ppc_elf_check_relocs()
4379 if (h == htab->elf.hgot) in ppc_elf_check_relocs()
5035 if (h == NULL || h == htab->elf.hgot) in ppc_elf_gc_sweep_hook()
6314 htab->elf.hgot->root.u.def.value = g_o_t; in ppc_elf_size_dynamic_sections()
6320 sda->root.u.def.section = htab->elf.hgot->root.u.def.section; in ppc_elf_size_dynamic_sections()
6321 sda->root.u.def.value = htab->elf.hgot->root.u.def.value; in ppc_elf_size_dynamic_sections()
7368 else if (htab->elf.hgot != NULL) in write_glink_stub()
7369 got = SYM_VAL (htab->elf.hgot); in write_glink_stub()
8283 - SYM_VAL (htab->elf.hgot)); in ppc_elf_relocate_section()
8369 if (h == NULL || h == htab->elf.hgot) in ppc_elf_relocate_section()
8392 || h == htab->elf.hgot) in ppc_elf_relocate_section()
9558 bfd_vma got_loc = got_offset + SYM_VAL (htab->elf.hgot); in ppc_elf_finish_dynamic_symbol()
9617 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, in ppc_elf_finish_dynamic_symbol()
9627 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, in ppc_elf_finish_dynamic_symbol()
9870 if (htab->elf.hgot != NULL) in ppc_elf_finish_dynamic_sections()
9871 got = SYM_VAL (htab->elf.hgot); in ppc_elf_finish_dynamic_sections()
9933 if (htab->elf.hgot->root.u.def.section == htab->got in ppc_elf_finish_dynamic_sections()
9934 || htab->elf.hgot->root.u.def.section == htab->sgotplt) in ppc_elf_finish_dynamic_sections()
9936 unsigned char *p = htab->elf.hgot->root.u.def.section->contents; in ppc_elf_finish_dynamic_sections()
9938 p += htab->elf.hgot->root.u.def.value; in ppc_elf_finish_dynamic_sections()
9944 BFD_ASSERT (htab->elf.hgot->root.u.def.value - 4 in ppc_elf_finish_dynamic_sections()
9945 < htab->elf.hgot->root.u.def.section->size); in ppc_elf_finish_dynamic_sections()
9952 BFD_ASSERT (htab->elf.hgot->root.u.def.value in ppc_elf_finish_dynamic_sections()
9953 < htab->elf.hgot->root.u.def.section->size); in ppc_elf_finish_dynamic_sections()
9960 htab->elf.hgot->root.root.string, in ppc_elf_finish_dynamic_sections()
9980 bfd_vma got_value = SYM_VAL (htab->elf.hgot); in ppc_elf_finish_dynamic_sections()
10010 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_PPC_ADDR16_HA); in ppc_elf_finish_dynamic_sections()
10019 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_PPC_ADDR16_LO); in ppc_elf_finish_dynamic_sections()
10032 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_PPC_ADDR16_HA); in ppc_elf_finish_dynamic_sections()
10037 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_PPC_ADDR16_LO); in ppc_elf_finish_dynamic_sections()