Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-hppa.c4139 int cur_off = off; in elf32_hppa_relocate_section() local
4160 outrel.r_offset = (cur_off in elf32_hppa_relocate_section()
4165 bfd_put_32 (output_bfd, 0, htab->sgot->contents + cur_off); in elf32_hppa_relocate_section()
4172 htab->sgot->contents + cur_off + 4); in elf32_hppa_relocate_section()
4176 htab->sgot->contents + cur_off + 4); in elf32_hppa_relocate_section()
4192 htab->sgot->contents + cur_off); in elf32_hppa_relocate_section()
4194 htab->sgot->contents + cur_off + 4); in elf32_hppa_relocate_section()
4198 cur_off += 8; in elf32_hppa_relocate_section()
4205 outrel.r_offset = (cur_off in elf32_hppa_relocate_section()
4221 htab->sgot->contents + cur_off); in elf32_hppa_relocate_section()
[all …]
Delf32-metag.c1824 int cur_off = off; in elf_metag_relocate_section() local
1845 outrel.r_offset = (cur_off in elf_metag_relocate_section()
1850 bfd_put_32 (output_bfd, 0, htab->sgot->contents + cur_off); in elf_metag_relocate_section()
1858 htab->sgot->contents + cur_off + 4); in elf_metag_relocate_section()
1862 htab->sgot->contents + cur_off + 4); in elf_metag_relocate_section()
1878 cur_off += 8; in elf_metag_relocate_section()
1885 outrel.r_offset = (cur_off in elf_metag_relocate_section()
1901 htab->sgot->contents + cur_off); in elf_metag_relocate_section()
1903 cur_off += 4; in elf_metag_relocate_section()
Delf32-nios2.c3283 int cur_off = off; in nios2_elf32_relocate_section() local
3309 + cur_off); in nios2_elf32_relocate_section()
3322 htab->root.sgot->contents + cur_off + 4); in nios2_elf32_relocate_section()
3344 htab->root.sgot->contents + cur_off); in nios2_elf32_relocate_section()
3348 htab->root.sgot->contents + cur_off + 4); in nios2_elf32_relocate_section()
3351 cur_off += 8; in nios2_elf32_relocate_section()
3365 + cur_off); in nios2_elf32_relocate_section()
3377 htab->root.sgot->contents + cur_off); in nios2_elf32_relocate_section()
3378 cur_off += 4; in nios2_elf32_relocate_section()
Delf32-arm.c9578 int cur_off = off; in elf32_arm_final_link_relocate() local
9642 + cur_off); in elf32_arm_final_link_relocate()
9647 sgot->contents + cur_off); in elf32_arm_final_link_relocate()
9653 sgot->contents + cur_off + 4); in elf32_arm_final_link_relocate()
9663 sgot->contents + cur_off + 4); in elf32_arm_final_link_relocate()
9677 sgot->contents + cur_off); in elf32_arm_final_link_relocate()
9679 sgot->contents + cur_off + 4); in elf32_arm_final_link_relocate()
9682 cur_off += 8; in elf32_arm_final_link_relocate()
9695 + cur_off); in elf32_arm_final_link_relocate()
9700 sgot->contents + cur_off); in elf32_arm_final_link_relocate()
[all …]