Home
last modified time | relevance | path

Searched refs:final_type (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf-hppa.h589 elf_hppa_reloc_type final_type = base_type; in elf_hppa_reloc_final_type() local
608 final_type = R_PARISC_DIR14F; in elf_hppa_reloc_final_type()
613 final_type = R_PARISC_DIR14R; in elf_hppa_reloc_final_type()
616 final_type = R_PARISC_DLTIND14R; in elf_hppa_reloc_final_type()
619 final_type = R_PARISC_LTOFF_FPTR14DR; in elf_hppa_reloc_final_type()
622 final_type = R_PARISC_DLTIND14F; in elf_hppa_reloc_final_type()
625 final_type = R_PARISC_PLABEL14R; in elf_hppa_reloc_final_type()
636 final_type = R_PARISC_DIR17F; in elf_hppa_reloc_final_type()
641 final_type = R_PARISC_DIR17R; in elf_hppa_reloc_final_type()
656 final_type = R_PARISC_DIR21L; in elf_hppa_reloc_final_type()
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c7389 bfd_reloc_code_real_type final_type[3]; in append_insn() local
7397 final_type[i] = micromips_map_reloc (reloc_type[i]); in append_insn()
7401 howto = howto0 = bfd_reloc_type_lookup (stdoutput, final_type[i - 1]); in append_insn()
7406 howto0 = bfd_reloc_type_lookup (stdoutput, final_type[0]); in append_insn()
7411 final_type[0]); in append_insn()
7414 if (final_type[0] == BFD_RELOC_MIPS16_JMP && ip->fixp[0]->fx_addsy) in append_insn()
7477 FALSE, final_type[i]); in append_insn()