Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-hppa.h347 elf_hppa_reloc_type final_type = base_type; in elf_hppa_reloc_final_type() local
366 final_type = R_PARISC_DIR14F; in elf_hppa_reloc_final_type()
371 final_type = R_PARISC_DIR14R; in elf_hppa_reloc_final_type()
374 final_type = R_PARISC_DLTIND14R; in elf_hppa_reloc_final_type()
377 final_type = R_PARISC_LTOFF_FPTR14DR; in elf_hppa_reloc_final_type()
380 final_type = R_PARISC_DLTIND14F; in elf_hppa_reloc_final_type()
383 final_type = R_PARISC_PLABEL14R; in elf_hppa_reloc_final_type()
394 final_type = R_PARISC_DIR17F; in elf_hppa_reloc_final_type()
399 final_type = R_PARISC_DIR17R; in elf_hppa_reloc_final_type()
414 final_type = R_PARISC_DIR21L; in elf_hppa_reloc_final_type()
[all …]
H A 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 …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-hppa.h347 elf_hppa_reloc_type final_type = base_type; in elf_hppa_reloc_final_type() local
366 final_type = R_PARISC_DIR14F; in elf_hppa_reloc_final_type()
371 final_type = R_PARISC_DIR14R; in elf_hppa_reloc_final_type()
374 final_type = R_PARISC_DLTIND14R; in elf_hppa_reloc_final_type()
377 final_type = R_PARISC_LTOFF_FPTR14DR; in elf_hppa_reloc_final_type()
380 final_type = R_PARISC_DLTIND14F; in elf_hppa_reloc_final_type()
383 final_type = R_PARISC_PLABEL14R; in elf_hppa_reloc_final_type()
394 final_type = R_PARISC_DIR17F; in elf_hppa_reloc_final_type()
399 final_type = R_PARISC_DIR17R; in elf_hppa_reloc_final_type()
414 final_type = R_PARISC_DIR21L; in elf_hppa_reloc_final_type()
[all …]
H A Dsom.c1302 int *final_type, **final_types; in hppa_som_gen_reloc_type() local
1305 final_type = bfd_alloc (abfd, (bfd_size_type) sizeof (int)); in hppa_som_gen_reloc_type()
1306 if (!final_types || !final_type) in hppa_som_gen_reloc_type()
1320 final_types[0] = final_type; in hppa_som_gen_reloc_type()
1323 *final_type = base_type; in hppa_som_gen_reloc_type()
1338 final_types[1] = final_type; in hppa_som_gen_reloc_type()
1340 *final_type = base_type; in hppa_som_gen_reloc_type()
1349 final_types[1] = final_type; in hppa_som_gen_reloc_type()
1351 *final_type = base_type; in hppa_som_gen_reloc_type()
1360 final_types[1] = final_type; in hppa_som_gen_reloc_type()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4503 tree final_type = 0; in cp_build_binary_op() local
5665 final_type = result_type; in cp_build_binary_op()
5680 final_type = result_type; in cp_build_binary_op()
5682 if (arg0 == op0 && final_type == TREE_TYPE (op0)) in cp_build_binary_op()
5692 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in cp_build_binary_op()
5802 if (final_type != 0) in cp_build_binary_op()
5803 result = cp_convert (final_type, result, complain); in cp_build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4940 tree final_type = 0; in cp_build_binary_op() local
6127 final_type = result_type; in cp_build_binary_op()
6142 final_type = result_type; in cp_build_binary_op()
6144 if (arg0 == op0 && final_type == TREE_TYPE (op0)) in cp_build_binary_op()
6154 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in cp_build_binary_op()
6268 if (final_type != 0) in cp_build_binary_op()
6269 result = cp_convert (final_type, result, complain); in cp_build_binary_op()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c11541 tree final_type = NULL_TREE; in build_binary_op() local
12513 final_type = result_type; in build_binary_op()
12525 final_type = result_type; in build_binary_op()
12527 if (arg0 == op0 && final_type == TREE_TYPE (op0)) in build_binary_op()
12536 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in build_binary_op()
12685 if (final_type != NULL_TREE) in build_binary_op()
12686 ret = convert (final_type, ret); in build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc11753 tree final_type = NULL_TREE; in build_binary_op() local
12701 final_type = result_type; in build_binary_op()
12713 final_type = result_type; in build_binary_op()
12715 if (arg0 == op0 && final_type == TREE_TYPE (op0)) in build_binary_op()
12724 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in build_binary_op()
12876 if (final_type != NULL_TREE) in build_binary_op()
12877 ret = convert (final_type, ret); in build_binary_op()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mips.c7961 bfd_reloc_code_real_type final_type[3]; in append_insn() local
7969 final_type[i] = micromips_map_reloc (reloc_type[i]); in append_insn()
7973 howto = howto0 = bfd_reloc_type_lookup (stdoutput, final_type[i - 1]); in append_insn()
7978 howto0 = bfd_reloc_type_lookup (stdoutput, final_type[0]); in append_insn()
7983 final_type[0]); in append_insn()
7988 if (final_type[0] == BFD_RELOC_MIPS16_JMP && ip->fixp[0]->fx_addsy) in append_insn()
8051 false, final_type[i]); in append_insn()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c7960 bfd_reloc_code_real_type final_type[3]; in append_insn() local
7968 final_type[i] = micromips_map_reloc (reloc_type[i]); in append_insn()
7972 howto = howto0 = bfd_reloc_type_lookup (stdoutput, final_type[i - 1]); in append_insn()
7977 howto0 = bfd_reloc_type_lookup (stdoutput, final_type[0]); in append_insn()
7982 final_type[0]); in append_insn()
7987 if (final_type[0] == BFD_RELOC_MIPS16_JMP && ip->fixp[0]->fx_addsy) in append_insn()
8050 false, final_type[i]); in append_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200437765 * fold-const.c (fold): Replace "final_type" with "type".
37766 Remove variable "final_type".