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

  /src/external/gpl3/binutils/dist/binutils/
stabs.c 2694 debug_type look_ahead_type; local
2730 look_ahead_type = DEBUG_TYPE_NULL;
2743 if (look_ahead_type != DEBUG_TYPE_NULL)
2746 type = look_ahead_type;
2747 look_ahead_type = DEBUG_TYPE_NULL;
2857 look_ahead_type = parse_stab_type (dhandle, info,
2869 context = look_ahead_type;
2870 look_ahead_type = DEBUG_TYPE_NULL;
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 2694 debug_type look_ahead_type; local
2730 look_ahead_type = DEBUG_TYPE_NULL;
2743 if (look_ahead_type != DEBUG_TYPE_NULL)
2746 type = look_ahead_type;
2747 look_ahead_type = DEBUG_TYPE_NULL;
2857 look_ahead_type = parse_stab_type (dhandle, info,
2869 context = look_ahead_type;
2870 look_ahead_type = DEBUG_TYPE_NULL;
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 4751 struct type *look_ahead_type;
4776 look_ahead_type = NULL;
4821 if (look_ahead_type == NULL)
4836 new_sublist->fn_field.type = look_ahead_type;
4837 look_ahead_type = NULL;
4935 look_ahead_type = read_type (pp, objfile);
4942 new_sublist->fn_field.fcontext = look_ahead_type;
4951 look_ahead_type = NULL;
4745 struct type *look_ahead_type; local
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 4754 struct type *look_ahead_type;
4779 look_ahead_type = NULL;
4824 if (look_ahead_type == NULL)
4839 new_sublist->fn_field.type = look_ahead_type;
4840 look_ahead_type = NULL;
4938 look_ahead_type = read_type (pp, objfile);
4945 new_sublist->fn_field.fcontext = look_ahead_type;
4954 look_ahead_type = NULL;
4748 struct type *look_ahead_type; local

Completed in 28 milliseconds