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

  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-plugin.c 220 check_1 (int gate, enum ld_plugin_level level, const char *text)
222 if (gate)
239 #define check(GATE, LEVEL, TEXT) check_1 (((GATE) != 0), (LEVEL), (TEXT))
  /src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c 240 check_1 (int gate, enum ld_plugin_level level, const char *text)
242 if (gate)
259 #define check(GATE, LEVEL, TEXT) check_1 (((GATE) != 0), (LEVEL), (TEXT))
  /src/sys/arch/hppa/hppa/
db_disasm.c 549 #define GATE 0x3a, 0x01, 16, 3 /* GATEWAY */
1027 { GATE, 0, "gate", blDasm },
1660 if (link && !Match("gate"))
1668 if (link || Match("gate"))

Completed in 20 milliseconds