Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-hppa.h574 elf_hppa_reloc_type final_type = base_type; in elf_hppa_reloc_final_type() local
593 final_type = R_PARISC_DIR14F; in elf_hppa_reloc_final_type()
598 final_type = R_PARISC_DIR14R; in elf_hppa_reloc_final_type()
601 final_type = R_PARISC_DLTIND14R; in elf_hppa_reloc_final_type()
604 final_type = R_PARISC_LTOFF_FPTR14DR; in elf_hppa_reloc_final_type()
607 final_type = R_PARISC_DLTIND14F; in elf_hppa_reloc_final_type()
610 final_type = R_PARISC_PLABEL14R; in elf_hppa_reloc_final_type()
621 final_type = R_PARISC_DIR17F; in elf_hppa_reloc_final_type()
626 final_type = R_PARISC_DIR17R; in elf_hppa_reloc_final_type()
641 final_type = R_PARISC_DIR21L; in elf_hppa_reloc_final_type()
[all …]
H A Dsom.c1348 int *final_type, **final_types; in hppa_som_gen_reloc_type() local
1351 final_type = bfd_alloc (abfd, (bfd_size_type) sizeof (int)); in hppa_som_gen_reloc_type()
1352 if (!final_types || !final_type) in hppa_som_gen_reloc_type()
1366 final_types[0] = final_type; in hppa_som_gen_reloc_type()
1369 *final_type = base_type; in hppa_som_gen_reloc_type()
1384 final_types[1] = final_type; in hppa_som_gen_reloc_type()
1386 *final_type = base_type; in hppa_som_gen_reloc_type()
1395 final_types[1] = final_type; in hppa_som_gen_reloc_type()
1397 *final_type = base_type; in hppa_som_gen_reloc_type()
1406 final_types[1] = final_type; in hppa_som_gen_reloc_type()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf-hppa.h574 elf_hppa_reloc_type final_type = base_type; in elf_hppa_reloc_final_type() local
593 final_type = R_PARISC_DIR14F; in elf_hppa_reloc_final_type()
598 final_type = R_PARISC_DIR14R; in elf_hppa_reloc_final_type()
601 final_type = R_PARISC_DLTIND14R; in elf_hppa_reloc_final_type()
604 final_type = R_PARISC_LTOFF_FPTR14DR; in elf_hppa_reloc_final_type()
607 final_type = R_PARISC_DLTIND14F; in elf_hppa_reloc_final_type()
610 final_type = R_PARISC_PLABEL14R; in elf_hppa_reloc_final_type()
621 final_type = R_PARISC_DIR17F; in elf_hppa_reloc_final_type()
626 final_type = R_PARISC_DIR17R; in elf_hppa_reloc_final_type()
641 final_type = R_PARISC_DIR21L; in elf_hppa_reloc_final_type()
[all …]
H A Dsom.c1480 int *final_type, **final_types; local
1483 final_type = (int *) bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1484 if (!final_types || !final_type)
1498 final_types[0] = final_type;
1501 *final_type = base_type;
1516 final_types[1] = final_type;
1518 *final_type = base_type;
1527 final_types[1] = final_type;
1529 *final_type = base_type;
1538 final_types[1] = final_type;
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c4875 tree final_type = TREE_TYPE (t); local
4886 int final_int = INTEGRAL_TYPE_P (final_type);
4887 int final_ptr = POINTER_TYPE_P (final_type);
4888 int final_float = FLOAT_TYPE_P (final_type);
4889 unsigned int final_prec = TYPE_PRECISION (final_type);
4890 int final_unsignedp = TREE_UNSIGNED (final_type);
4896 if (TYPE_MAIN_VARIANT (inside_type) == TYPE_MAIN_VARIANT (final_type)
4899 return convert (final_type, TREE_OPERAND (TREE_OPERAND (t, 0), 0));
4911 && ! (final_prec != GET_MODE_BITSIZE (TYPE_MODE (final_type))
4912 && TYPE_MODE (final_type) == TYPE_MODE (inter_type))
[all …]
H A Dc-typeck.c1913 tree final_type = 0; local
2333 final_type = result_type;
2340 && TREE_TYPE (op0) != final_type)
2344 && TREE_TYPE (op1) != final_type)
2397 final_type = result_type;
2399 if (arg0 == op0 && final_type == TREE_TYPE (op0))
2407 && (!TREE_UNSIGNED (final_type) || unsigned_arg))
2593 if (final_type != 0)
2594 return convert (final_type, folded);
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c3006 tree final_type = 0; local
3431 final_type = result_type;
3436 if (op0 == arg0 && TREE_TYPE (op0) != final_type)
3438 if (op1 == arg1 && TREE_TYPE (op1) != final_type)
3488 final_type = result_type;
3490 if (arg0 == op0 && final_type == TREE_TYPE (op0))
3504 && (!TREE_UNSIGNED (final_type)
3702 if (final_type != 0)
3703 return cp_convert (final_type, folded);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c2989 tree final_type = 0; in build_binary_op() local
3499 final_type = result_type; in build_binary_op()
3504 if (op0 == arg0 && TREE_TYPE (op0) != final_type) in build_binary_op()
3506 if (op1 == arg1 && TREE_TYPE (op1) != final_type) in build_binary_op()
3556 final_type = result_type; in build_binary_op()
3558 if (arg0 == op0 && final_type == TREE_TYPE (op0)) in build_binary_op()
3572 && (!TYPE_UNSIGNED (final_type) in build_binary_op()
3760 if (final_type != 0) in build_binary_op()
3761 result = cp_convert (final_type, result); in build_binary_op()
/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c7836 tree final_type = 0; in build_binary_op() local
8267 final_type = result_type; in build_binary_op()
8274 && TREE_TYPE (op0) != final_type) in build_binary_op()
8278 && TREE_TYPE (op1) != final_type) in build_binary_op()
8331 final_type = result_type; in build_binary_op()
8333 if (arg0 == op0 && final_type == TREE_TYPE (op0)) in build_binary_op()
8341 && (!TYPE_UNSIGNED (final_type) || unsigned_arg)) in build_binary_op()
8533 if (final_type != 0) in build_binary_op()
8534 result = convert (final_type, result); in build_binary_op()