HomeSort by: relevance | last modified time | path
    Searched refs:SEARCH_ (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
symtab.h 904 SEARCH_ ## X ## _DOMAIN = (1 << X ## _DOMAIN),
913 #define SYM_DOMAIN(X) | SEARCH_ ## X ## _DOMAIN
symtab.c 326 MAP_ENUM_FLAG (SEARCH_ ## X ## _DOMAIN),
367 check &= ~ (int) SEARCH_ ## X ## _DOMAIN;
  /src/external/gpl3/gdb.old/dist/gdb/
symtab.h 914 SEARCH_ ## X ## _DOMAIN = (1 << X ## _DOMAIN),
923 #define SYM_DOMAIN(X) | SEARCH_ ## X ## _DOMAIN
symtab.c 323 MAP_ENUM_FLAG (SEARCH_ ## X ## _DOMAIN),
364 check &= ~ (int) SEARCH_ ## X ## _DOMAIN;
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-symbol.c 705 { "SEARCH_" #X "_DOMAIN", to_scripting_domain (SEARCH_ ## X ## _DOMAIN) },
  /src/external/gpl3/gdb/dist/gdb/python/
py-symbol.c 695 || PyModule_AddIntConstant (gdb_module, "SEARCH_" #X "_DOMAIN", \
696 to_scripting_domain (SEARCH_ ## X ## _DOMAIN)) < 0) \
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-symbol.c 705 { "SEARCH_" #X "_DOMAIN", to_scripting_domain (SEARCH_ ## X ## _DOMAIN) },
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-symbol.c 682 || PyModule_AddIntConstant (gdb_module, "SEARCH_" #X "_DOMAIN", \
683 to_scripting_domain (SEARCH_ ## X ## _DOMAIN)) < 0) \

Completed in 42 milliseconds