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

  /src/external/gpl3/binutils/dist/gprofng/common/
hwcentry.h 41 ABST_NONE = 0x0,
56 #define ABST_BACKTRACK_ENABLED(n) ((n)!=ABST_NONE && (n)!=ABST_NOPC)
57 #define ABST_MEMSPACE_ENABLED(n) ((n)!=ABST_NONE && (n)!=ABST_NOPC && (n)!=ABST_COUNT)
64 * ABST_NONE=0: Either the user did not specify "+", or backtracking
177 * ABST_NONE or ABST_NOPC otherwise.
272 * ABST_NONE otherwise.
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcentry.h 41 ABST_NONE = 0x0,
56 #define ABST_BACKTRACK_ENABLED(n) ((n)!=ABST_NONE && (n)!=ABST_NOPC)
57 #define ABST_MEMSPACE_ENABLED(n) ((n)!=ABST_NONE && (n)!=ABST_NOPC && (n)!=ABST_COUNT)
64 * ABST_NONE=0: Either the user did not specify "+", or backtracking
177 * ABST_NONE or ABST_NOPC otherwise.
272 * ABST_NONE otherwise.

Completed in 89 milliseconds