Searched refs:globals (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Deh_type.cc43 __cxa_eh_globals *globals = __cxa_get_globals (); local
44 __cxa_exception *header = globals->caughtExceptions;
H A Deh_catch.cc49 __cxa_eh_globals *globals = __cxa_get_globals (); local
50 __cxa_exception *prev = globals->caughtExceptions;
64 globals->caughtExceptions = header;
79 globals->uncaughtExceptions -= 1;
84 globals->caughtExceptions = header;
98 __cxa_eh_globals *globals = __cxa_get_globals_fast (); local
99 __cxa_exception *header = globals->caughtExceptions;
110 globals->caughtExceptions = 0;
121 globals->caughtExceptions = header->nextException;
126 globals
141 __cxa_eh_globals *globals = __cxa_get_globals (); local
[all...]
H A Deh_arm.cc90 __cxa_eh_globals *globals = __cxa_get_globals(); local
102 header->nextPropagatingException = globals->propagatingExceptions;
103 globals->propagatingExceptions = header;
111 if (globals->propagatingExceptions)
113 globals->propagatingExceptions = header;
125 __cxa_eh_globals *globals = __cxa_get_globals(); local
127 header = globals->propagatingExceptions;
139 globals->propagatingExceptions = header->nextPropagatingException;
144 globals->propagatingExceptions = NULL;
H A Deh_throw.cc82 __cxa_eh_globals *globals = __cxa_get_globals (); local
83 __cxa_exception *header = globals->caughtExceptions;
85 globals->uncaughtExceptions += 1;
92 globals->caughtExceptions = 0;
H A Deh_alloc.cc142 __cxa_eh_globals *globals = __cxa_get_globals (); local
143 globals->uncaughtExceptions += 1;
H A Deh_call.cc126 __cxa_eh_globals* globals = __cxa_get_globals_fast();
127 __cxa_exception* new_xh = globals->caughtExceptions;
H A Dvec.cc59 __cxa_eh_globals *globals = __cxa_get_globals_fast (); local
61 p = globals->caughtExceptions;
63 globals->caughtExceptions = p->nextException;
64 globals->uncaughtExceptions += 1;
H A Deh_personality.cc733 __cxa_eh_globals *globals = __cxa_get_globals_fast ();
734 __cxa_exception *new_xh = globals->caughtExceptions;
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcoff-arm.c1108 #define THUMB2ARM_GLUE_SIZE (globals->support_old_code ? 20 : 8)
1342 struct coff_arm_link_hash_table * globals;
1348 globals = coff_arm_hash_table (info);
1350 BFD_ASSERT (globals != NULL);
1351 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1355 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
1391 BFD_ASSERT (my_offset <= globals->arm_glue_size);
1430 struct coff_arm_link_hash_table * globals;
1436 globals = coff_arm_hash_table (info);
1438 BFD_ASSERT (globals !
1340 struct coff_arm_link_hash_table * globals; local
1428 struct coff_arm_link_hash_table * globals; local
1787 struct coff_arm_link_hash_table * globals; local
1835 struct coff_arm_link_hash_table * globals; local
1891 struct coff_arm_link_hash_table * globals; local
1966 struct coff_arm_link_hash_table * globals; local
2021 struct coff_arm_link_hash_table * globals; local
2508 struct coff_arm_link_hash_table * globals; local
[all...]
H A Delf32-arm.c2643 struct elf32_arm_link_hash_table * globals; local
2645 globals = elf32_arm_hash_table (info);
2647 BFD_ASSERT (globals != NULL);
2649 if (globals->arm_glue_size != 0)
2651 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
2653 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
2658 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->arm_glue_size);
2660 BFD_ASSERT (s->size == globals->arm_glue_size);
2664 if (globals
2709 struct elf32_arm_link_hash_table * globals; local
3079 struct elf32_arm_link_hash_table *globals; local
3102 check_use_blx(struct elf32_arm_link_hash_table *globals) argument
3119 struct elf32_arm_link_hash_table *globals; local
3325 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (link_info); local
3627 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (link_info); local
3837 struct elf32_arm_link_hash_table *globals; local
3926 struct elf32_arm_link_hash_table *globals; local
4053 struct elf32_arm_link_hash_table * globals; local
4156 struct elf32_arm_link_hash_table * globals; local
4254 struct elf32_arm_link_hash_table * globals; local
4301 struct elf32_arm_link_hash_table * globals; local
4341 struct elf32_arm_link_hash_table * globals; local
4359 arm_real_reloc_type(struct elf32_arm_link_hash_table * globals, int r_type) argument
4491 using_thumb2(struct elf32_arm_link_hash_table *globals) argument
4528 struct elf32_arm_link_hash_table * globals; local
6378 struct elf32_arm_link_hash_table * globals; local
7395 struct elf32_arm_link_hash_table * globals; local
8031 struct elf32_arm_link_hash_table *globals; local
8499 struct elf32_arm_link_hash_table *globals; local
9341 struct elf32_arm_link_hash_table *globals; local
9810 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (link_info); local
[all...]
/freebsd-10-stable/contrib/libcxxrt/
H A Dexception.cc191 __cxa_eh_globals globals; member in struct:__cxa_thread_info
341 if (info->globals.caughtExceptions)
346 _Unwind_Exception *e = reinterpret_cast<_Unwind_Exception*>(info->globals.caughtExceptions);
352 free_exception_list(info->globals.caughtExceptions);
424 return &(thread_info()->globals);
432 return &(thread_info_fast()->globals);
772 info->globals.uncaughtExceptions++;
823 __cxa_eh_globals* globals = __cxa_get_globals(); local
824 __cxa_exception *ex = globals->caughtExceptions;
856 __cxa_eh_globals *globals local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dlanghooks.c478 tree globals = lang_hooks.decls.getdecls (); local
479 int len = list_length (globals);
487 for (i = 0, decl = globals; i < len; i++, decl = TREE_CHAIN (decl))
/freebsd-10-stable/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl102 my %globals;
241 $self->{label} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
350 my $func = ($globals{$self->{value}} or $self->{value}) . ":";
409 $self->{value} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
453 && do { $globals{$line} = $prefix . $line;
454 $line = $globals{$line} if ($prefix);
463 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
467 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
480 && do { $line =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
493 $self->{value} = ".def\t" . ($globals{
[all...]
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c116 static symbolS *globals[8]; variable
2130 && no_undeclared_regs && ! globals[mask])
4220 if (globals[reg])
4222 if ((regname && globals[reg] != (symbolS *) 1
4223 && strcmp (S_GET_NAME (globals[reg]), regname))
4224 || ((regname != NULL) ^ (globals[reg] != (symbolS *) 1)))
4230 globals[reg] = (symbolS *) 1;
4239 globals[reg] = symbol_make (regname);
4240 flags = symbol_get_bfdsym (globals[reg])->flags;
4245 symbol_get_bfdsym (globals[re
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp587 NameToDIE& globals,
872 globals.Insert (ConstString(name), die.GetOffset());
885 globals.Insert (mangled.GetMangledName(), die.GetOffset());
887 globals.Insert (mangled.GetDemangledName(), die.GetOffset());
581 Index(const uint32_t cu_idx, NameToDIE& func_basenames, NameToDIE& func_fullnames, NameToDIE& func_methods, NameToDIE& func_selectors, NameToDIE& objc_class_selectors, NameToDIE& globals, NameToDIE& types, NameToDIE& namespaces) argument
H A DDWARFCompileUnit.h162 NameToDIE& globals,
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddebug.c93 struct debug_namespace *globals; member in struct:debug_file
654 nsp = &info->current_file->globals;
806 &info->current_file->globals,
1143 nsp = &info->current_file->globals;
1152 nsp = &info->current_file->globals;
1860 nm = debug_add_to_namespace (info, &info->current_file->globals, name,
1913 nm = debug_add_to_namespace (info, &info->current_file->globals, name,
1976 if (f->globals != NULL)
1980 for (n = f->globals->list; n != NULL; n = n->next)
2002 /* We search the globals o
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp415 // If we aren't initing the globals, we should still always set the debugger (since that is always unique.)
842 PythonDictionary globals (PyModule_GetDict(main_module.get()));
851 locals = PyObject_GetAttrString (globals.get(), m_dictionary_name.c_str());
855 locals = globals;
865 py_return = PyRun_String (in_string, Py_eval_input, globals.get(), locals.get());
872 py_return = PyRun_String (in_string, Py_single_input, globals.get(), locals.get());
1007 PythonDictionary globals (PyModule_GetDict(main_module.get()));
1014 locals = PyObject_GetAttrString (globals.get(), m_dictionary_name.c_str());
1019 locals = globals;
1036 return_value.Reset(PyEval_EvalCode (compiled_code, globals
[all...]
/freebsd-10-stable/contrib/binutils/include/
H A Dbfdlink.h241 similar to relocatable but also with globals converted to
751 struct bfd_elf_version_expr_head globals;
748 struct bfd_elf_version_expr_head globals; member in struct:bfd_elf_version_tree
/freebsd-10-stable/contrib/gdb/include/
H A Dbfdlink.h231 similar to relocatable but also with globals converted to
674 struct bfd_elf_version_expr_head globals;
671 struct bfd_elf_version_expr_head globals; member in struct:bfd_elf_version_tree
H A Dhp-symtab.h1631 int globals; /* index into the DNTT where GNTT begins */ member in struct:PXDB_struct
1682 int globals; /* index into the DNTT where GNTT begins */ member in struct:DOC_info_PXDB_header_struct
1799 unsigned int vars_in_front: 1; /* module globals in front? */
1800 unsigned int vars_in_gaps: 1; /* module globals in gaps? */
/freebsd-10-stable/lib/libstand/
H A DMakefile51 globals.c pager.c printf.c strdup.c strerror.c strtol.c strtoul.c random.c \
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DSignals.inc172 // globals which this critical section addresses.
221 // can't proceed until the globals are updated.
/freebsd-10-stable/sys/conf/
H A Dkern.mk83 # For IA-64, we use r13 for the kernel globals pointer and we only use
/freebsd-10-stable/contrib/gdb/gdb/
H A Dhpread.c891 /* Clear out some globals */
981 a null pst for the "globals" pseudo-module. */
1214 /* Couldn't find procedure, file, or module, use globals as default */
1216 end_sym = pxdb_header_p->globals;
1442 /* Couldn't find procedure, file, or module, use globals as default */
1444 end_sym = pxdb_header_p->globals;
1517 pxdb_header_p->globals * sizeof (struct dntt_type_block),
1534 "globals",
1536 (pxdb_header_p->globals
1635 pxdb_header_p->globals
[all...]

Completed in 433 milliseconds

12