Lines Matching refs:sym_value
3051 elf_hppa_relocate_insn (int insn, int sym_value, unsigned int r_type) in elf_hppa_relocate_insn() argument
3059 return (insn & ~0x3ff1ffd) | re_assemble_22 (sym_value); in elf_hppa_relocate_insn()
3063 return (insn & ~0x1ffd) | re_assemble_12 (sym_value); in elf_hppa_relocate_insn()
3072 return (insn & ~0x1f1ffd) | re_assemble_17 (sym_value); in elf_hppa_relocate_insn()
3083 return (insn & ~0x1fffff) | re_assemble_21 (sym_value); in elf_hppa_relocate_insn()
3101 return (insn & ~0x3fff) | low_sign_unext (sym_value, 14); in elf_hppa_relocate_insn()
3111 return (insn & ~0xffff) | re_assemble_16 (sym_value); in elf_hppa_relocate_insn()
3129 return (insn & ~0x3ff1) | (((sym_value & 0x2000) >> 13) in elf_hppa_relocate_insn()
3130 | ((sym_value & 0x1ff8) << 1)); in elf_hppa_relocate_insn()
3148 return (insn & ~0x3ff9) | (((sym_value & 0x2000) >> 13) in elf_hppa_relocate_insn()
3149 | ((sym_value & 0x1ffc) << 1)); in elf_hppa_relocate_insn()