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

  /src/external/gpl3/gdb.old/dist/gdb/
solib-svr4.c 1243 Add the entries to SOS. Ignore the first entry if IGNORE_FIRST and set
1250 std::vector<svr4_so> &sos, int ignore_first)
1276 if (ignore_first && li->l_prev == 0)
1317 bool ignore_first; local
1365 ignore_first = false;
1367 ignore_first = true;
1375 ignore_first = false, debug_base = solib_svr4_r_next (debug_base))
1381 ignore_first);
1859 /* IGNORE_FIRST may safely be set to zero here because the
  /src/external/gpl3/gdb/dist/gdb/
solib-svr4.c 1325 Add the entries to SOS. Ignore the first entry if IGNORE_FIRST and set
1333 int ignore_first) const
1359 if (ignore_first && li->l_prev == 0)
1400 bool ignore_first; local
1451 ignore_first = false;
1453 ignore_first = true;
1465 ignore_first = false, debug_base = this->read_r_next (debug_base))
1473 info->solib_lists[debug_base], ignore_first);
2164 /* IGNORE_FIRST may safely be set to zero here because the
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 1916 bool ignore_first;
1918 ignore_first = after == lang_os_list.head;
1936 if (!ignore_first)
1938 ignore_first = false;
1951 ignore_first = false;
1915 bool ignore_first; local
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 1943 bool ignore_first;
1945 ignore_first = after == lang_os_list.head;
1963 if (!ignore_first)
1965 ignore_first = false;
1978 ignore_first = false;
1942 bool ignore_first; local
  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 480 static bool ignore_first = false;
3064 gcc_assert (!ignore_first);
3094 if (!ignore_first)
3124 ignore_first = false;
3128 Start searching from the next insn: either ignore_first is true, or
3174 ignore_first = true;
478 static bool ignore_first = false; variable
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 480 static bool ignore_first = false;
3056 gcc_assert (!ignore_first);
3086 if (!ignore_first)
3116 ignore_first = false;
3120 Start searching from the next insn: either ignore_first is true, or
3166 ignore_first = true;
478 static bool ignore_first = false; variable

Completed in 73 milliseconds