Home
last modified time | relevance | path

Searched refs:got_address (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dfrv-tdep.c1104 CORE_ADDR got_address; in frv_convert_from_func_ptr_addr() local
1107 got_address = get_target_memory_unsigned (targ, addr + 4, 4); in frv_convert_from_func_ptr_addr()
1109 if (got_address == frv_fdpic_find_global_pointer (entry_point)) in frv_convert_from_func_ptr_addr()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c6976 bfd_vma got_offset, got_address, plt_address; in elf32_arm_finish_dynamic_symbol() local
6995 got_address = (sgot->output_section->vma in elf32_arm_finish_dynamic_symbol()
7013 val |= got_address - sgot->output_section->vma; in elf32_arm_finish_dynamic_symbol()
7029 val |= got_address; in elf32_arm_finish_dynamic_symbol()
7051 rel.r_offset = got_address; in elf32_arm_finish_dynamic_symbol()
7062 got_displacement = got_address - (plt_address + 8); in elf32_arm_finish_dynamic_symbol()
7100 rel.r_offset = got_address; in elf32_arm_finish_dynamic_symbol()
7384 bfd_vma got_address, plt_address, got_displacement; in elf32_arm_finish_dynamic_sections() local
7387 got_address = sgot->output_section->vma + sgot->output_offset; in elf32_arm_finish_dynamic_sections()
7401 bfd_put_32 (output_bfd, got_address, splt->contents + 12); in elf32_arm_finish_dynamic_sections()
[all …]
H A Delfxx-mips.c2374 bfd_vma plt_index, got_address, got_value; in mips_elf_gotplt_index() local
2384 got_address = (htab->sgotplt->output_section->vma in mips_elf_gotplt_index()
2393 return got_address - got_value; in mips_elf_gotplt_index()
2701 bfd_vma got_address; in mips_elf_create_local_got_entry() local
2707 got_address = (sgot->output_section->vma in mips_elf_create_local_got_entry()
2712 outrel.r_offset = got_address; in mips_elf_create_local_got_entry()
8337 got_address = (htab->sgotplt->output_section->vma in _bfd_mips_vxworks_finish_dynamic_symbol()
8367 got_address_high = ((got_address + 0x8000) >> 16) & 0xffff; in _bfd_mips_vxworks_finish_dynamic_symbol()
8368 got_address_low = got_address & 0xffff; in _bfd_mips_vxworks_finish_dynamic_symbol()
8383 rel.r_offset = got_address; in _bfd_mips_vxworks_finish_dynamic_symbol()
[all …]