Searched refs:urel_r_offset (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf64-alpha.c | 3275 bfd_vma urel_r_offset = urel->r_offset; in elf64_alpha_relax_with_lituse() local 3281 insn = bfd_get_32 (abfd, contents + urel_r_offset); in elf64_alpha_relax_with_lituse() 3317 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset); in elf64_alpha_relax_with_lituse() 3364 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset); in elf64_alpha_relax_with_lituse() 3393 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset); in elf64_alpha_relax_with_lituse() 3401 org = sec_output_vma + urel_r_offset + 4; in elf64_alpha_relax_with_lituse() 3413 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset); in elf64_alpha_relax_with_lituse() 3428 (info->relocs, info->relend, urel_r_offset, in elf64_alpha_relax_with_lituse() 3450 (info->relocs, irelend, urel_r_offset + 4, in elf64_alpha_relax_with_lituse()
|