Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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 …]
Dsom.c1303 int *final_type, **final_types; in hppa_som_gen_reloc_type() local
1306 final_type = bfd_alloc (abfd, (bfd_size_type) sizeof (int)); in hppa_som_gen_reloc_type()
1307 if (!final_types || !final_type) in hppa_som_gen_reloc_type()
1321 final_types[0] = final_type; in hppa_som_gen_reloc_type()
1324 *final_type = base_type; in hppa_som_gen_reloc_type()
1339 final_types[1] = final_type; in hppa_som_gen_reloc_type()
1341 *final_type = base_type; in hppa_som_gen_reloc_type()
1350 final_types[1] = final_type; in hppa_som_gen_reloc_type()
1352 *final_type = base_type; in hppa_som_gen_reloc_type()
1361 final_types[1] = final_type; in hppa_som_gen_reloc_type()
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c7480 bfd_reloc_code_real_type final_type[3]; in append_insn() local
7488 final_type[i] = micromips_map_reloc (reloc_type[i]); in append_insn()
7492 howto = howto0 = bfd_reloc_type_lookup (stdoutput, final_type[i - 1]); in append_insn()
7497 howto0 = bfd_reloc_type_lookup (stdoutput, final_type[0]); in append_insn()
7502 final_type[0]); in append_insn()
7505 if (final_type[0] == BFD_RELOC_MIPS16_JMP && ip->fixp[0]->fx_addsy) in append_insn()
7569 FALSE, final_type[i]); in append_insn()