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

  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
fde-vms.c 62 static int eh_debug = -1; local
83 if (eh_debug == -1)
85 char * EH_DEBUG = getenv ("EH_DEBUG");
86 eh_debug = EH_DEBUG ? atoi (EH_DEBUG) : 0;
89 if (eh_debug)
115 if (eh_debug)
118 if (eh_debug && ossd->ossd$v_type == OSSD$K_GENERAL_INFO
    [all...]
vms-unwind.h 81 static int eh_debug = -1; local
85 on specific request via specific bit in EH_DEBUG. */
87 if (eh_debug == -1)
89 char * EH_DEBUG = getenv ("EH_DEBUG");
92 eh_debug = EH_DEBUG ? atoi (EH_DEBUG) : 0;
95 try_bs_copy = (uint)eh_debug & try_bs_copy_mask;
96 eh_debug &= ~try_bs_copy_mask
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
fde-vms.c 62 static int eh_debug = -1; local
83 if (eh_debug == -1)
85 char * EH_DEBUG = getenv ("EH_DEBUG");
86 eh_debug = EH_DEBUG ? atoi (EH_DEBUG) : 0;
89 if (eh_debug)
115 if (eh_debug)
118 if (eh_debug && ossd->ossd$v_type == OSSD$K_GENERAL_INFO
    [all...]
vms-unwind.h 81 static int eh_debug = -1; local
85 on specific request via specific bit in EH_DEBUG. */
87 if (eh_debug == -1)
89 char * EH_DEBUG = getenv ("EH_DEBUG");
92 eh_debug = EH_DEBUG ? atoi (EH_DEBUG) : 0;
95 try_bs_copy = (uint)eh_debug & try_bs_copy_mask;
96 eh_debug &= ~try_bs_copy_mask
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/alpha/
vms-unwind.h 67 static int eh_debug = -1; local
96 if (eh_debug == -1)
98 char * eh_debug_env = getenv ("EH_DEBUG");
99 eh_debug = eh_debug_env ? atoi (eh_debug_env) : 0;
102 if (eh_debug)
110 if (eh_debug)
137 if (eh_debug)
189 if (eh_debug)
212 if (eh_debug)
  /src/external/gpl3/gcc.old/dist/libgcc/config/alpha/
vms-unwind.h 67 static int eh_debug = -1; local
96 if (eh_debug == -1)
98 char * eh_debug_env = getenv ("EH_DEBUG");
99 eh_debug = eh_debug_env ? atoi (eh_debug_env) : 0;
102 if (eh_debug)
110 if (eh_debug)
137 if (eh_debug)
189 if (eh_debug)
212 if (eh_debug)

Completed in 18 milliseconds