HomeSort by: relevance | last modified time | path
    Searched refs:globals (Results 1 - 25 of 374) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_catch.cc 44 __cxa_eh_globals *globals = __cxa_get_globals (); variable
45 __cxa_exception *prev = globals->caughtExceptions;
59 globals->caughtExceptions = header;
74 globals->uncaughtExceptions -= 1;
79 globals->caughtExceptions = header;
96 __cxa_eh_globals *globals = __cxa_get_globals_fast (); local
97 __cxa_exception *header = globals->caughtExceptions;
108 globals->caughtExceptions = 0;
119 globals->caughtExceptions = header->nextException;
124 globals->caughtExceptions = header->nextException
140 __cxa_eh_globals *globals = __cxa_get_globals (); local
151 __cxa_eh_globals *globals = __cxa_get_globals (); local
    [all...]
eh_type.cc 38 __cxa_eh_globals *globals = __cxa_get_globals (); variable
39 __cxa_exception *header = globals->caughtExceptions;
eh_arm.cc 99 __cxa_eh_globals *globals = __cxa_get_globals(); local
111 header->nextPropagatingException = globals->propagatingExceptions;
112 globals->propagatingExceptions = header;
120 if (globals->propagatingExceptions)
122 globals->propagatingExceptions = header;
134 __cxa_eh_globals *globals = __cxa_get_globals(); local
136 header = globals->propagatingExceptions;
148 globals->propagatingExceptions = header->nextPropagatingException;
153 globals->propagatingExceptions = NULL;
eh_tm.cc 70 __cxa_eh_globals *globals = __cxa_get_globals_fast (); local
75 globals->uncaughtExceptions -= 1;
96 __cxa_exception *h = globals->caughtExceptions;
123 globals->caughtExceptions = h;
eh_throw.cc 83 __cxa_eh_globals *globals = __cxa_get_globals (); local
84 globals->uncaughtExceptions += 1;
104 __cxa_eh_globals *globals = __cxa_get_globals (); local
105 __cxa_exception *header = globals->caughtExceptions;
107 globals->uncaughtExceptions += 1;
114 globals->caughtExceptions = 0;
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_catch.cc 44 __cxa_eh_globals *globals = __cxa_get_globals (); variable
45 __cxa_exception *prev = globals->caughtExceptions;
59 globals->caughtExceptions = header;
74 globals->uncaughtExceptions -= 1;
79 globals->caughtExceptions = header;
96 __cxa_eh_globals *globals = __cxa_get_globals_fast (); local
97 __cxa_exception *header = globals->caughtExceptions;
108 globals->caughtExceptions = 0;
119 globals->caughtExceptions = header->nextException;
124 globals->caughtExceptions = header->nextException
140 __cxa_eh_globals *globals = __cxa_get_globals (); local
151 __cxa_eh_globals *globals = __cxa_get_globals (); local
    [all...]
eh_type.cc 38 __cxa_eh_globals *globals = __cxa_get_globals (); variable
39 __cxa_exception *header = globals->caughtExceptions;
eh_arm.cc 99 __cxa_eh_globals *globals = __cxa_get_globals(); local
111 header->nextPropagatingException = globals->propagatingExceptions;
112 globals->propagatingExceptions = header;
120 if (globals->propagatingExceptions)
122 globals->propagatingExceptions = header;
134 __cxa_eh_globals *globals = __cxa_get_globals(); local
136 header = globals->propagatingExceptions;
148 globals->propagatingExceptions = header->nextPropagatingException;
153 globals->propagatingExceptions = NULL;
eh_tm.cc 70 __cxa_eh_globals *globals = __cxa_get_globals_fast (); local
75 globals->uncaughtExceptions -= 1;
96 __cxa_exception *h = globals->caughtExceptions;
123 globals->caughtExceptions = h;
eh_throw.cc 83 __cxa_eh_globals *globals = __cxa_get_globals (); local
84 globals->uncaughtExceptions += 1;
104 __cxa_eh_globals *globals = __cxa_get_globals (); local
105 __cxa_exception *header = globals->caughtExceptions;
107 globals->uncaughtExceptions += 1;
114 globals->caughtExceptions = 0;
  /src/sys/arch/sun68k/stand/netboot/
Makefile 9 SRCS+= dev_net.c bootparam.c globals.c nfs.c rpc.c udp.c
  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
ReduceGlobalVarInitializers.cpp 26 for (auto &GV : Program->globals())
41 for (auto &GV : Program->globals())
ReduceGlobalVars.cpp 27 for (auto &GV : Program->globals())
34 for (auto &GV : Program->globals())
64 for (auto &GV : Program->globals())
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
builtin.d 19 import dmd.globals;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_globals.c 25 static LIST_HEAD(globals);
46 list_for_each_entry(global, &globals, link)
84 list_add_tail(&global->link, &globals);
91 list_for_each_entry_safe_reverse(global, next, &globals, link)
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_globals.cc 12 // Handle globals.
52 // We want to remember where a certain range of globals was registered.
109 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites,
119 globals[res] = g;
196 // so we store the globals in a map.
216 // where two globals with the same name are defined in different modules.
278 // We can spoil names of globals with C linkage, so use an heuristic
321 // Apply __asan_register_globals to all globals found in the same loaded
322 // executable or shared library as `flag'. The flag tracks whether globals have
359 // Register an array of globals
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_globals.cpp 11 // Handle globals.
51 // We want to remember where a certain range of globals was registered.
108 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites,
118 internal_memcpy(&globals[res], &g, sizeof(g));
179 // so we store the globals in a map.
199 // where two globals with the same name are defined in different modules.
258 // We can spoil names of globals with C linkage, so use an heuristic
300 // Apply __asan_register_globals to all globals found in the same loaded
301 // executable or shared library as `flag'. The flag tracks whether globals have
338 // Register an array of globals
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_globals.cpp 11 // Handle globals.
50 // We want to remember where a certain range of globals was registered.
112 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites,
122 internal_memcpy(&globals[res], &g, sizeof(g));
183 // so we store the globals in a map.
203 // where two globals with the same name are defined in different modules.
262 // We can spoil names of globals with C linkage, so use an heuristic
309 // Apply __asan_register_globals to all globals found in the same loaded
310 // executable or shared library as `flag'. The flag tracks whether globals have
347 // Register an array of globals
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
coff-arm.c 1115 #define THUMB2ARM_GLUE_SIZE (globals->support_old_code ? 20 : 8)
1348 struct coff_arm_link_hash_table * globals;
1354 globals = coff_arm_hash_table (info);
1356 BFD_ASSERT (globals != NULL);
1357 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1361 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
1397 BFD_ASSERT (my_offset <= globals->arm_glue_size);
1436 struct coff_arm_link_hash_table * globals;
1442 globals = coff_arm_hash_table (info);
1444 BFD_ASSERT (globals != NULL)
1346 struct coff_arm_link_hash_table * globals; local
1434 struct coff_arm_link_hash_table * globals; local
1793 struct coff_arm_link_hash_table * globals; local
1843 struct coff_arm_link_hash_table * globals; local
1899 struct coff_arm_link_hash_table * globals; local
1974 struct coff_arm_link_hash_table * globals; local
2029 struct coff_arm_link_hash_table * globals; local
2522 struct coff_arm_link_hash_table * globals; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-arm.c 1115 #define THUMB2ARM_GLUE_SIZE (globals->support_old_code ? 20 : 8)
1348 struct coff_arm_link_hash_table * globals;
1354 globals = coff_arm_hash_table (info);
1356 BFD_ASSERT (globals != NULL);
1357 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1361 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
1397 BFD_ASSERT (my_offset <= globals->arm_glue_size);
1436 struct coff_arm_link_hash_table * globals;
1442 globals = coff_arm_hash_table (info);
1444 BFD_ASSERT (globals != NULL)
1346 struct coff_arm_link_hash_table * globals; local
1434 struct coff_arm_link_hash_table * globals; local
1793 struct coff_arm_link_hash_table * globals; local
1843 struct coff_arm_link_hash_table * globals; local
1899 struct coff_arm_link_hash_table * globals; local
1974 struct coff_arm_link_hash_table * globals; local
2029 struct coff_arm_link_hash_table * globals; local
2523 struct coff_arm_link_hash_table * globals; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-arm.c 1115 #define THUMB2ARM_GLUE_SIZE (globals->support_old_code ? 20 : 8)
1348 struct coff_arm_link_hash_table * globals;
1354 globals = coff_arm_hash_table (info);
1356 BFD_ASSERT (globals != NULL);
1357 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1361 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
1397 BFD_ASSERT (my_offset <= globals->arm_glue_size);
1436 struct coff_arm_link_hash_table * globals;
1442 globals = coff_arm_hash_table (info);
1444 BFD_ASSERT (globals != NULL)
1346 struct coff_arm_link_hash_table * globals; local
1434 struct coff_arm_link_hash_table * globals; local
1793 struct coff_arm_link_hash_table * globals; local
1841 struct coff_arm_link_hash_table * globals; local
1897 struct coff_arm_link_hash_table * globals; local
1972 struct coff_arm_link_hash_table * globals; local
2027 struct coff_arm_link_hash_table * globals; local
2521 struct coff_arm_link_hash_table * globals; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-arm.c 1115 #define THUMB2ARM_GLUE_SIZE (globals->support_old_code ? 20 : 8)
1348 struct coff_arm_link_hash_table * globals;
1354 globals = coff_arm_hash_table (info);
1356 BFD_ASSERT (globals != NULL);
1357 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1361 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
1397 BFD_ASSERT (my_offset <= globals->arm_glue_size);
1436 struct coff_arm_link_hash_table * globals;
1442 globals = coff_arm_hash_table (info);
1444 BFD_ASSERT (globals != NULL)
1346 struct coff_arm_link_hash_table * globals; local
1434 struct coff_arm_link_hash_table * globals; local
1793 struct coff_arm_link_hash_table * globals; local
1841 struct coff_arm_link_hash_table * globals; local
1897 struct coff_arm_link_hash_table * globals; local
1972 struct coff_arm_link_hash_table * globals; local
2027 struct coff_arm_link_hash_table * globals; local
2521 struct coff_arm_link_hash_table * globals; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
target-globals.cc 1 /* Target-dependent globals.
34 #include "target-globals.h"
100 class target_globals *globals; local
113 globals = save_target_globals ();
117 return globals;
  /src/external/mit/xorg/bin/xman/
Makefile 7 search.c globals.c main.c misc.c tkfuncs.c vendor.c
  /src/external/mpl/bind/dist/bin/named/include/named/
log.h 25 #include <named/globals.h> /* Required for named_g_(categories|modules). */

Completed in 55 milliseconds

1 2 3 4 5 6 7 8 91011>>