Searched refs:got_value (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-lm32.c | 1543 bfd_vma got_value = hgot->root.u.def.value in lm32_elf_finish_dynamic_sections() local 1549 _lm32fdpic_add_rofixup (output_bfd, lm32fdpic_fixup32_section (info), got_value); in lm32_elf_finish_dynamic_sections()
|
D | elfxx-mips.c | 3449 bfd_vma got_address, got_value; in mips_elf_gotplt_index() local 3465 got_value = (htab->root.hgot->root.u.def.section->output_section->vma in mips_elf_gotplt_index() 3469 return got_address - got_value; in mips_elf_gotplt_index() 11259 bfd_vma got_value, got_value_high, got_value_low, plt_address; in mips_vxworks_finish_exec_plt() local 11269 got_value = (htab->root.hgot->root.u.def.section->output_section->vma in mips_vxworks_finish_exec_plt() 11273 got_value_high = ((got_value + 0x8000) >> 16) & 0xffff; in mips_vxworks_finish_exec_plt() 11274 got_value_low = got_value & 0xffff; in mips_vxworks_finish_exec_plt()
|
D | elf32-bfin.c | 4462 bfd_vma got_value = hgot->root.u.def.value in elf32_bfinfdpic_finish_dynamic_sections() local 4467 got_value, 0); in elf32_bfinfdpic_finish_dynamic_sections()
|
D | elf32-frv.c | 5728 bfd_vma got_value = hgot->root.u.def.value in elf32_frvfdpic_finish_dynamic_sections() local 5734 got_value, 0); in elf32_frvfdpic_finish_dynamic_sections()
|
D | elf32-ppc.c | 9980 bfd_vma got_value = SYM_VAL (htab->elf.hgot); in ppc_elf_finish_dynamic_sections() local 9982 bfd_put_32 (output_bfd, plt_entry[0] | PPC_HA (got_value), in ppc_elf_finish_dynamic_sections() 9984 bfd_put_32 (output_bfd, plt_entry[1] | PPC_LO (got_value), in ppc_elf_finish_dynamic_sections()
|
D | elf32-sh.c | 7240 bfd_vma got_value = hgot->root.u.def.value in sh_elf_finish_dynamic_sections() local 7244 sh_elf_add_rofixup (output_bfd, htab->srofixup, got_value); in sh_elf_finish_dynamic_sections()
|