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

  /src/external/gpl3/binutils.old/dist/bfd/
elf-attrs.c 539 bfd_byte *end, *orig_p; local
541 orig_p = p;
556 end = orig_p + subsection_len;
  /src/external/gpl3/gdb/dist/bfd/
elf-attrs.c 566 bfd_byte *end, *orig_p; local
568 orig_p = p;
583 end = orig_p + subsection_len;
  /src/external/gpl3/gdb.old/dist/bfd/
elf-attrs.c 566 bfd_byte *end, *orig_p; local
568 orig_p = p;
583 end = orig_p + subsection_len;
  /src/bin/ksh/
misc.c 772 const unsigned char *orig_p = p; local
789 return sub == '[' ? orig_p : NULL;
  /src/external/gpl3/binutils/dist/bfd/
elf-attrs.c 2576 bfd_byte *end, *orig_p; local
2578 orig_p = p;
2593 end = orig_p + subsection_len;
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dom.cc 1677 use_operand_p orig_p; local
1683 orig_p = gimple_phi_arg_imm_use_ptr (phi, indx);
1684 orig_val = get_use_from_ptr (orig_p);
1688 /* If we have *ORIG_P in our constant/copy table, then replace
1689 ORIG_P with its value in our constant/copy table. */
1694 propagate_value (orig_p, new_val);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dom.cc 1477 use_operand_p orig_p; local
1483 orig_p = gimple_phi_arg_imm_use_ptr (phi, indx);
1484 orig_val = get_use_from_ptr (orig_p);
1488 /* If we have *ORIG_P in our constant/copy table, then replace
1489 ORIG_P with its value in our constant/copy table. */
1494 propagate_value (orig_p, new_val);
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 15891 char *orig_p = p;
15947 error ("attribute %<target%> argument %qs is unknown", orig_p);
15997 error ("attribute %<target%> argument %qs is unknown", orig_p);
16014 error ("attribute %<target%> argument %qs is unknown", orig_p);
15890 char *orig_p = p; local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 16430 char *orig_p = p;
16486 error ("attribute %<target%> argument %qs is unknown", orig_p);
16536 error ("attribute %<target%> argument %qs is unknown", orig_p);
16553 error ("attribute %<target%> argument %qs is unknown", orig_p);
16429 char *orig_p = p; local

Completed in 35 milliseconds