HomeSort by: relevance | last modified time | path
    Searched defs:final_type (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf-hppa.h 347 elf_hppa_reloc_type final_type = base_type; local
366 final_type = R_PARISC_DIR14F;
371 final_type = R_PARISC_DIR14R;
374 final_type = R_PARISC_DLTIND14R;
377 final_type = R_PARISC_LTOFF_FPTR14DR;
380 final_type = R_PARISC_DLTIND14F;
383 final_type = R_PARISC_PLABEL14R;
394 final_type = R_PARISC_DIR17F;
399 final_type = R_PARISC_DIR17R;
414 final_type = R_PARISC_DIR21L
    [all...]
som.c 1303 int *final_type, **final_types; local
1306 final_type = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1307 if (!final_types || !final_type)
1321 final_types[0] = final_type;
1324 *final_type = base_type;
1339 final_types[1] = final_type;
1341 *final_type = base_type;
1350 final_types[1] = final_type;
1352 *final_type = base_type;
1361 final_types[1] = final_type;
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-hppa.h 347 elf_hppa_reloc_type final_type = base_type; local
366 final_type = R_PARISC_DIR14F;
371 final_type = R_PARISC_DIR14R;
374 final_type = R_PARISC_DLTIND14R;
377 final_type = R_PARISC_LTOFF_FPTR14DR;
380 final_type = R_PARISC_DLTIND14F;
383 final_type = R_PARISC_PLABEL14R;
394 final_type = R_PARISC_DIR17F;
399 final_type = R_PARISC_DIR17R;
414 final_type = R_PARISC_DIR21L
    [all...]
som.c 1303 int *final_type, **final_types; local
1306 final_type = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1307 if (!final_types || !final_type)
1321 final_types[0] = final_type;
1324 *final_type = base_type;
1339 final_types[1] = final_type;
1341 *final_type = base_type;
1350 final_types[1] = final_type;
1352 *final_type = base_type;
1361 final_types[1] = final_type;
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-hppa.h 347 elf_hppa_reloc_type final_type = base_type; local
366 final_type = R_PARISC_DIR14F;
371 final_type = R_PARISC_DIR14R;
374 final_type = R_PARISC_DLTIND14R;
377 final_type = R_PARISC_LTOFF_FPTR14DR;
380 final_type = R_PARISC_DLTIND14F;
383 final_type = R_PARISC_PLABEL14R;
394 final_type = R_PARISC_DIR17F;
399 final_type = R_PARISC_DIR17R;
414 final_type = R_PARISC_DIR21L
    [all...]
som.c 1303 int *final_type, **final_types; local
1306 final_type = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1307 if (!final_types || !final_type)
1321 final_types[0] = final_type;
1324 *final_type = base_type;
1339 final_types[1] = final_type;
1341 *final_type = base_type;
1350 final_types[1] = final_type;
1352 *final_type = base_type;
1361 final_types[1] = final_type;
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-hppa.h 347 elf_hppa_reloc_type final_type = base_type; local
366 final_type = R_PARISC_DIR14F;
371 final_type = R_PARISC_DIR14R;
374 final_type = R_PARISC_DLTIND14R;
377 final_type = R_PARISC_LTOFF_FPTR14DR;
380 final_type = R_PARISC_DLTIND14F;
383 final_type = R_PARISC_PLABEL14R;
394 final_type = R_PARISC_DIR17F;
399 final_type = R_PARISC_DIR17R;
414 final_type = R_PARISC_DIR21L
    [all...]
som.c 1303 int *final_type, **final_types; local
1306 final_type = bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1307 if (!final_types || !final_type)
1321 final_types[0] = final_type;
1324 *final_type = base_type;
1339 final_types[1] = final_type;
1341 *final_type = base_type;
1350 final_types[1] = final_type;
1352 *final_type = base_type;
1361 final_types[1] = final_type;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 747 struct type *self_type, *final_type, *method_type; local
752 final_type = lookup_pointer_type (self_type);
762 *this_p = value_cast (final_type, *this_p);
765 strange pointer: it claims to have type FINAL_TYPE, but in fact it
766 might not be a valid FINAL_TYPE. For instance, it might be a
767 base class of FINAL_TYPE. And if it's not the primary base class,
768 then printing it out as a FINAL_TYPE object would produce some pretty
773 dereference this later as a FINAL_TYPE, but once we arrive in the
781 *this_p = value_cast (final_type, *this_p);
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 746 struct type *self_type, *final_type, *method_type; local
751 final_type = lookup_pointer_type (self_type);
761 *this_p = value_cast (final_type, *this_p);
764 strange pointer: it claims to have type FINAL_TYPE, but in fact it
765 might not be a valid FINAL_TYPE. For instance, it might be a
766 base class of FINAL_TYPE. And if it's not the primary base class,
767 then printing it out as a FINAL_TYPE object would produce some pretty
772 dereference this later as a FINAL_TYPE, but once we arrive in the
780 *this_p = value_cast (final_type, *this_p);
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 5227 tree final_type = 0;
6538 final_type = result_type;
6553 final_type = result_type;
6555 if (arg0 == op0 && final_type == TREE_TYPE (op0))
6565 && (!TYPE_UNSIGNED (final_type) || unsigned_arg))
6611 It will be given type FINAL_TYPE if that is nonzero;
6679 if (final_type != 0)
6680 result = cp_convert (final_type, result, complain);
5219 tree final_type = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 4968 tree final_type = 0;
6155 final_type = result_type;
6170 final_type = result_type;
6172 if (arg0 == op0 && final_type == TREE_TYPE (op0))
6182 && (!TYPE_UNSIGNED (final_type) || unsigned_arg))
6228 It will be given type FINAL_TYPE if that is nonzero;
6296 if (final_type != 0)
6297 result = cp_convert (final_type, result, complain);
4960 tree final_type = 0; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 12632 tree final_type = NULL_TREE;
13615 final_type = result_type;
13627 final_type = result_type;
13629 if (arg0 == op0 && final_type == TREE_TYPE (op0))
13638 && (!TYPE_UNSIGNED (final_type) || unsigned_arg))
13725 It will be given type FINAL_TYPE if that is nonzero;
13790 if (final_type != NULL_TREE)
13791 ret = convert (final_type, ret);
12593 tree final_type = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 11790 tree final_type = NULL_TREE;
12738 final_type = result_type;
12750 final_type = result_type;
12752 if (arg0 == op0 && final_type == TREE_TYPE (op0))
12761 && (!TYPE_UNSIGNED (final_type) || unsigned_arg))
12848 It will be given type FINAL_TYPE if that is nonzero;
12913 if (final_type != NULL_TREE)
12914 ret = convert (final_type, ret);
11753 tree final_type = NULL_TREE; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 8287 bfd_reloc_code_real_type final_type[3];
8295 final_type[i] = micromips_map_reloc (reloc_type[i],
8300 howto = howto0 = bfd_reloc_type_lookup (stdoutput, final_type[i - 1]);
8305 howto0 = bfd_reloc_type_lookup (stdoutput, final_type[0]);
8310 final_type[0]);
8315 if (final_type[0] == BFD_RELOC_MIPS16_JMP && ip->fixp[0]->fx_addsy)
8380 false, final_type[i]);
8278 bfd_reloc_code_real_type final_type[3]; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 7978 bfd_reloc_code_real_type final_type[3];
7986 final_type[i] = micromips_map_reloc (reloc_type[i]);
7990 howto = howto0 = bfd_reloc_type_lookup (stdoutput, final_type[i - 1]);
7995 howto0 = bfd_reloc_type_lookup (stdoutput, final_type[0]);
8000 final_type[0]);
8005 if (final_type[0] == BFD_RELOC_MIPS16_JMP && ip->fixp[0]->fx_addsy)
8068 false, final_type[i]);
7969 bfd_reloc_code_real_type final_type[3]; local

Completed in 115 milliseconds