Searched refs:relhi (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-mt.c | 209 Elf_Internal_Rela * relhi, in mt_elf_relocate_hi16() argument 215 insn = bfd_get_32 (input_bfd, contents + relhi->r_offset); in mt_elf_relocate_hi16() 217 value += relhi->r_addend; in mt_elf_relocate_hi16() 221 bfd_put_32 (input_bfd, insn, contents + relhi->r_offset); in mt_elf_relocate_hi16()
|
D | elf32-iq2000.c | 285 Elf_Internal_Rela *relhi, in iq2000_elf_relocate_hi16() argument 291 insn = bfd_get_32 (input_bfd, contents + relhi->r_offset); in iq2000_elf_relocate_hi16() 293 value += relhi->r_addend; in iq2000_elf_relocate_hi16() 304 bfd_put_32 (input_bfd, insn, contents + relhi->r_offset); in iq2000_elf_relocate_hi16()
|
D | elf32-m32r.c | 374 Elf_Internal_Rela *relhi, in m32r_elf_relocate_hi16() argument 382 insn = bfd_get_32 (input_bfd, contents + relhi->r_offset); in m32r_elf_relocate_hi16() 399 contents + relhi->r_offset); in m32r_elf_relocate_hi16()
|
D | elf32-frv.c | 2207 Elf_Internal_Rela *relhi, in elf32_frv_relocate_hi16() argument 2213 insn = bfd_get_32 (input_bfd, contents + relhi->r_offset); in elf32_frv_relocate_hi16() 2215 value += relhi->r_addend; in elf32_frv_relocate_hi16() 2223 bfd_put_32 (input_bfd, insn, contents + relhi->r_offset); in elf32_frv_relocate_hi16()
|
D | elf32-nds32.c | 2519 int type ATTRIBUTE_UNUSED, Elf_Internal_Rela *relhi, in nds32_elf_relocate_hi20() argument 2526 insn = bfd_getb32 (contents + relhi->r_offset); in nds32_elf_relocate_hi20() 2534 bfd_putb32 (insn, contents + relhi->r_offset); in nds32_elf_relocate_hi20()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | xc16x.cpu | 568 (dnop relhi "hi 8 bit signed relative offset" () h-sint f-relhi8) 1985 "jb $genreg$dot$qlobit,$relhi" 1986 (+ OP1_8 OP2_10 genreg relhi qlobit (f-qhibit 0)) 1994 (if (lt QI relhi (const 0)) 1995 (set HI pc (add HI pc (mul QI relhi (const 2))))) 2006 "jbc $genreg$dot$qlobit,$relhi" 2007 (+ OP1_10 OP2_10 genreg relhi qlobit (f-qhibit 0)) 2016 (if (lt QI relhi (const 0)) 2023 (set HI pc (add HI pc (mul QI relhi (const 2))))) 2034 "jnb $genreg$dot$qlobit,$relhi" [all …]
|