Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-cris.c761 bfd_size_type gotplt_offset; member
869 ret->gotplt_offset = 0; in elf_cris_link_hash_newfunc()
1137 && ((struct elf_cris_link_hash_entry *) h)->gotplt_offset != 0) in cris_elf_relocate_section()
1147 = ((struct elf_cris_link_hash_entry *) h)->gotplt_offset; in cris_elf_relocate_section()
2094 bfd_vma gotplt_offset in elf_cris_finish_dynamic_symbol() local
2095 = elf_cris_hash_entry (h)->gotplt_offset; in elf_cris_finish_dynamic_symbol()
2098 bfd_boolean has_gotplt = gotplt_offset != 0; in elf_cris_finish_dynamic_symbol()
2112 ? gotplt_offset/4 - 2 - 3 : gotplt_offset/4 - 3); in elf_cris_finish_dynamic_symbol()
2121 ? gotplt_offset in elf_cris_finish_dynamic_symbol()
2966 h)->gotplt_offset == 0); in elf_cris_adjust_dynamic_symbol()
[all …]
Delf32-arm.c8217 bfd_vma gotplt_offset; in elf32_arm_final_link_relocate() local
8299 gotplt_offset = arm_plt->got_offset; in elf32_arm_final_link_relocate()
8343 gotplt_offset = (bfd_vma) -1; in elf32_arm_final_link_relocate()
9358 value = sgot->output_offset + gotplt_offset; in elf32_arm_final_link_relocate()
DChangeLog-20112928 plt_offset and gotplt_offset accordingly. Check whether
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc6494 unsigned int gotplt_offset = 2 * got_entry_size; in do_write() local
6508 ++p, gotplt_pov += got_entry_size, gotplt_offset += got_entry_size) in do_write()
6513 uint32_t gotplt_entry_addr = (gotplt_addr + gotplt_offset); in do_write()