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

  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 124 #define SC_IS_UNDEF(sc) ((sc) == scUndefined || (sc) == scSUndefined)
577 if (SC_IS_UNDEF (sh->sc)
766 if (SC_IS_UNDEF (sh->sc) || sh->sc == scNil)
823 if (SC_IS_UNDEF (sh->sc) || sh->sc == scNil)
2090 if (SC_IS_UNDEF (es->asym.sc) || es->asym.sc == scNil)
2488 if (SC_IS_UNDEF (ext_in->asym.sc) || ext_in->asym.sc == scNil)
3394 if (SC_IS_UNDEF (sh.sc) || sh.sc == scNil
3634 if (SC_IS_UNDEF (psh->sc) || psh->sc == scNil)
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 124 #define SC_IS_UNDEF(sc) ((sc) == scUndefined || (sc) == scSUndefined)
577 if (SC_IS_UNDEF (sh->sc)
766 if (SC_IS_UNDEF (sh->sc) || sh->sc == scNil)
823 if (SC_IS_UNDEF (sh->sc) || sh->sc == scNil)
2090 if (SC_IS_UNDEF (es->asym.sc) || es->asym.sc == scNil)
2488 if (SC_IS_UNDEF (ext_in->asym.sc) || ext_in->asym.sc == scNil)
3397 if (SC_IS_UNDEF (sh.sc) || sh.sc == scNil
3637 if (SC_IS_UNDEF (psh->sc) || psh->sc == scNil)

Completed in 21 milliseconds