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

  /src/external/gpl3/binutils/dist/binutils/
stabs.c 70 bool n_opt_found; member in struct:stab_handle
454 info->n_opt_found = false;
481 if (info->n_opt_found && desc == 1)
506 if (info->n_opt_found && desc == 1)
699 info->n_opt_found = true;
3393 || (info->gcc_compiled == 0 && info->n_opt_found))
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 70 bool n_opt_found; member in struct:stab_handle
454 info->n_opt_found = false;
481 if (info->n_opt_found && desc == 1)
506 if (info->n_opt_found && desc == 1)
699 info->n_opt_found = true;
3393 || (info->gcc_compiled == 0 && info->n_opt_found))
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 2453 static int n_opt_found;
2537 if (n_opt_found && desc == 1)
2550 if (n_opt_found && desc == 1)
2626 n_opt_found = 0;
2924 n_opt_found = 1;
2450 static int n_opt_found; local
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 2455 static int n_opt_found;
2539 if (n_opt_found && desc == 1)
2552 if (n_opt_found && desc == 1)
2628 n_opt_found = 0;
2926 n_opt_found = 1;
2452 static int n_opt_found; local

Completed in 43 milliseconds