Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-cris.c769 bfd_size_type gotplt_offset; member
878 ret->gotplt_offset = 0; in elf_cris_link_hash_newfunc()
1151 && ((struct elf_cris_link_hash_entry *) h)->gotplt_offset != 0) in cris_elf_relocate_section()
1160 = ((struct elf_cris_link_hash_entry *) h)->gotplt_offset; in cris_elf_relocate_section()
2107 bfd_vma gotplt_offset in elf_cris_finish_dynamic_symbol() local
2108 = elf_cris_hash_entry (h)->gotplt_offset; in elf_cris_finish_dynamic_symbol()
2111 bool has_gotplt = gotplt_offset != 0; in elf_cris_finish_dynamic_symbol()
2125 ? gotplt_offset/4 - 2 - 3 : gotplt_offset/4 - 3); in elf_cris_finish_dynamic_symbol()
2134 ? gotplt_offset in elf_cris_finish_dynamic_symbol()
2780 h)->gotplt_offset == 0); in elf_cris_adjust_dynamic_symbol()
[all …]
H A Delf64-s390.c3216 bfd_vma gotplt_offset; in elf_s390_finish_dynamic_symbol() local
3247 gotplt_offset = plt_index * GOT_ENTRY_SIZE; in elf_s390_finish_dynamic_symbol()
3252 gotplt_offset += 3 * GOT_ENTRY_SIZE; in elf_s390_finish_dynamic_symbol()
3263 htab->elf.sgotplt->output_offset + gotplt_offset in elf_s390_finish_dynamic_symbol()
3283 htab->elf.sgotplt->contents + gotplt_offset); in elf_s390_finish_dynamic_symbol()
3288 + gotplt_offset); in elf_s390_finish_dynamic_symbol()
H A Delf32-arm.c10324 bfd_vma gotplt_offset; in elf32_arm_final_link_relocate() local
10403 gotplt_offset = arm_plt->got_offset; in elf32_arm_final_link_relocate()
10447 gotplt_offset = (bfd_vma) -1; in elf32_arm_final_link_relocate()
11443 value = sgot->output_offset + gotplt_offset; in elf32_arm_final_link_relocate()
H A DChangeLog-20112928 plt_offset and gotplt_offset accordingly. Check whether
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-cris.c769 bfd_size_type gotplt_offset; member
878 ret->gotplt_offset = 0; in elf_cris_link_hash_newfunc()
1151 && ((struct elf_cris_link_hash_entry *) h)->gotplt_offset != 0) in cris_elf_relocate_section()
1160 = ((struct elf_cris_link_hash_entry *) h)->gotplt_offset; in cris_elf_relocate_section()
2107 bfd_vma gotplt_offset in elf_cris_finish_dynamic_symbol() local
2108 = elf_cris_hash_entry (h)->gotplt_offset; in elf_cris_finish_dynamic_symbol()
2111 bool has_gotplt = gotplt_offset != 0; in elf_cris_finish_dynamic_symbol()
2125 ? gotplt_offset/4 - 2 - 3 : gotplt_offset/4 - 3); in elf_cris_finish_dynamic_symbol()
2134 ? gotplt_offset in elf_cris_finish_dynamic_symbol()
2780 h)->gotplt_offset == 0); in elf_cris_adjust_dynamic_symbol()
[all …]
H A Delf64-s390.c3234 bfd_vma gotplt_offset; in elf_s390_finish_dynamic_symbol() local
3265 gotplt_offset = plt_index * GOT_ENTRY_SIZE; in elf_s390_finish_dynamic_symbol()
3270 gotplt_offset += 3 * GOT_ENTRY_SIZE; in elf_s390_finish_dynamic_symbol()
3281 htab->elf.sgotplt->output_offset + gotplt_offset in elf_s390_finish_dynamic_symbol()
3301 htab->elf.sgotplt->contents + gotplt_offset); in elf_s390_finish_dynamic_symbol()
3306 + gotplt_offset); in elf_s390_finish_dynamic_symbol()
H A Delf32-arm.c10333 bfd_vma gotplt_offset; in elf32_arm_final_link_relocate() local
10412 gotplt_offset = arm_plt->got_offset; in elf32_arm_final_link_relocate()
10456 gotplt_offset = (bfd_vma) -1; in elf32_arm_final_link_relocate()
11452 value = sgot->output_offset + gotplt_offset; in elf32_arm_final_link_relocate()
H A DChangeLog-20112928 plt_offset and gotplt_offset accordingly. Check whether
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dmips.cc7615 unsigned int gotplt_offset = 2 * got_entry_size; in do_write() local
7629 ++p, gotplt_pov += got_entry_size, gotplt_offset += got_entry_size) in do_write()
7634 uint32_t gotplt_entry_addr = (gotplt_addr + gotplt_offset); in do_write()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dmips.cc7653 unsigned int gotplt_offset = 2 * got_entry_size; in do_write() local
7667 ++p, gotplt_pov += got_entry_size, gotplt_offset += got_entry_size) in do_write()
7672 uint32_t gotplt_entry_addr = (gotplt_addr + gotplt_offset); in do_write()
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20112928 plt_offset and gotplt_offset accordingly. Check whether
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20112928 plt_offset and gotplt_offset accordingly. Check whether