Home
last modified time | relevance | path

Searched refs:globals (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/openbsd/gnu/llvm/libcxxabi/src/
H A Dcxa_exception.cpp329 if (NULL != globals->propagatingExceptions) in __cxa_begin_cleanup()
373 globals->propagatingExceptions = NULL; in __cxa_end_cleanup_impl()
476 if (globals->caughtExceptions != 0) in __cxa_begin_catch()
479 globals->caughtExceptions = exception_header; in __cxa_begin_catch()
571 globals->caughtExceptions = 0; in __cxa_end_catch()
582 if (NULL == globals) in __cxa_current_exception_type()
614 globals->uncaughtExceptions += 1; in __cxa_rethrow()
623 globals->caughtExceptions = 0; in __cxa_rethrow()
693 if (NULL == globals) in __cxa_current_primary_exception()
769 if (globals == 0) in __cxa_uncaught_exceptions()
[all …]
H A Dcxa_handlers.cpp79 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in terminate() local
80 if (globals) in terminate()
82 __cxa_exception* exception_header = globals->caughtExceptions; in terminate()
H A Dcxa_default_handlers.cpp41 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in demangling_terminate_handler() local
44 if (!globals) in demangling_terminate_handler()
47 __cxa_exception* exception_header = globals->caughtExceptions; in demangling_terminate_handler()
/openbsd/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_catch.cc42 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_begin_catch() local
43 __cxa_exception *prev = globals->caughtExceptions; in __cxa_begin_catch()
56 globals->caughtExceptions = header; in __cxa_begin_catch()
71 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()
75 globals->caughtExceptions = header; in __cxa_begin_catch()
86 __cxa_exception *header = globals->caughtExceptions; in __cxa_end_catch()
97 globals->caughtExceptions = 0; in __cxa_end_catch()
109 globals->uncaughtExceptions += 1; in __cxa_end_catch()
110 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
131 __cxa_eh_globals *globals = __cxa_get_globals (); in uncaught_exception() local
[all …]
H A Deh_throw.cc69 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_throw() local
70 globals->uncaughtExceptions += 1; in __cxa_throw()
86 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_rethrow() local
87 __cxa_exception *header = globals->caughtExceptions; in __cxa_rethrow()
94 globals->caughtExceptions = 0; in __cxa_rethrow()
H A Deh_type.cc42 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_current_exception_type() local
43 __cxa_exception *header = globals->caughtExceptions; in __cxa_current_exception_type()
H A Dvec.cc53 __cxa_eh_globals *globals = __cxa_get_globals_fast (); in uncatch_exception() local
55 p = globals->caughtExceptions; in uncatch_exception()
57 globals->caughtExceptions = p->nextException; in uncatch_exception()
58 globals->uncaughtExceptions += 1; in uncatch_exception()
/openbsd/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_catch.cc49 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_begin_catch() local
50 __cxa_exception *prev = globals->caughtExceptions; in __cxa_begin_catch()
64 globals->caughtExceptions = header; in __cxa_begin_catch()
79 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()
84 globals->caughtExceptions = header; in __cxa_begin_catch()
98 __cxa_eh_globals *globals = __cxa_get_globals_fast (); in __cxa_end_catch() local
99 __cxa_exception *header = globals->caughtExceptions; in __cxa_end_catch()
110 globals->caughtExceptions = 0; in __cxa_end_catch()
121 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
141 __cxa_eh_globals *globals = __cxa_get_globals (); in uncaught_exception() local
[all …]
H A Deh_arm.cc90 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_begin_cleanup() local
102 header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()
103 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
111 if (globals->propagatingExceptions) in __cxa_begin_cleanup()
113 globals->propagatingExceptions = header; in __cxa_begin_cleanup()
125 __cxa_eh_globals *globals = __cxa_get_globals(); in __gnu_end_cleanup() local
127 header = globals->propagatingExceptions; in __gnu_end_cleanup()
139 globals->propagatingExceptions = header->nextPropagatingException; in __gnu_end_cleanup()
144 globals->propagatingExceptions = NULL; in __gnu_end_cleanup()
H A Deh_throw.cc82 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_rethrow() local
83 __cxa_exception *header = globals->caughtExceptions; in __cxa_rethrow()
85 globals->uncaughtExceptions += 1; in __cxa_rethrow()
92 globals->caughtExceptions = 0; in __cxa_rethrow()
H A Deh_type.cc43 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_current_exception_type() local
44 __cxa_exception *header = globals->caughtExceptions; in __cxa_current_exception_type()
H A Deh_alloc.cc134 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_allocate_exception() local
135 globals->uncaughtExceptions += 1; in __cxa_allocate_exception()
H A Deh_call.cc126 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_call_unexpected() local
127 __cxa_exception* new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-arm.c1419 if (globals->support_old_code) in coff_arm_relocate_section()
1746 BFD_ASSERT (globals != NULL); in bfd_arm_allocate_interworking_sections()
1748 if (globals->arm_glue_size != 0) in bfd_arm_allocate_interworking_sections()
1757 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->arm_glue_size); in bfd_arm_allocate_interworking_sections()
1772 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size); in bfd_arm_allocate_interworking_sections()
1796 BFD_ASSERT (globals != NULL); in record_arm_to_thumb_glue()
1852 BFD_ASSERT (globals != NULL); in record_thumb_to_arm_glue()
1901 val = globals->thumb_glue_size + (globals->support_old_code ? 8 : 4); in record_thumb_to_arm_glue()
1932 BFD_ASSERT (globals != NULL); in bfd_arm_get_bfd_for_interworking()
1990 BFD_ASSERT (globals != NULL); in bfd_arm_process_before_allocation()
[all …]
H A Delf32-arm.c2157 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->arm_glue_size); in bfd_elf32_arm_allocate_interworking_sections()
3000 if (globals->use_rel) in elf32_arm_final_link_relocate()
3364 if (globals->use_rel) in elf32_arm_final_link_relocate()
3394 if (globals->use_blx) in elf32_arm_final_link_relocate()
3483 if (globals->use_rel) in elf32_arm_final_link_relocate()
3556 if (globals->use_rel) in elf32_arm_final_link_relocate()
3627 if (globals->use_rel) in elf32_arm_final_link_relocate()
3676 if (globals->use_rel) in elf32_arm_final_link_relocate()
3884 loc += globals->srelgot->reloc_count++ * RELOC_SIZE (globals); in elf32_arm_final_link_relocate()
3959 loc += globals->srelgot->reloc_count * RELOC_SIZE (globals); in elf32_arm_final_link_relocate()
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff-arm.c1508 if (globals->support_old_code)
1844 BFD_ASSERT (globals != NULL);
1846 if (globals->arm_glue_size != 0)
1856 globals->arm_glue_size);
1875 globals->thumb_glue_size);
1903 BFD_ASSERT (globals != NULL);
1960 BFD_ASSERT (globals != NULL);
2008 val = globals->thumb_glue_size + (globals->support_old_code ? 8 : 4);
2040 BFD_ASSERT (globals != NULL);
2100 BFD_ASSERT (globals != NULL);
[all …]
H A Delf32-arm.h554 BFD_ASSERT (globals != NULL);
556 if (globals->arm_glue_size != 0)
566 globals->arm_glue_size);
572 if (globals->thumb_glue_size != 0)
582 globals->thumb_glue_size);
606 BFD_ASSERT (globals != NULL);
635 val = globals->arm_glue_size + 1;
799 BFD_ASSERT (globals != NULL);
833 BFD_ASSERT (globals != NULL);
1044 BFD_ASSERT (globals != NULL);
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_globals.cpp118 internal_memcpy(&globals[res], &g, sizeof(g)); in GetGlobalsForAddress()
354 void __asan_register_globals(__asan_global *globals, uptr n) { in __asan_register_globals() argument
364 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; in __asan_register_globals()
369 (void *)&globals[n - 1]); in __asan_register_globals()
372 if (SANITIZER_WINDOWS && globals[i].beg == 0) { in __asan_register_globals()
381 CHECK(globals[i].size == 0 && globals[i].size_with_redzone == 0 && in __asan_register_globals()
382 globals[i].name == nullptr && globals[i].module_name == nullptr && in __asan_register_globals()
383 globals[i].odr_indicator == 0); in __asan_register_globals()
386 RegisterGlobal(&globals[i]); in __asan_register_globals()
400 if (SANITIZER_WINDOWS && globals[i].beg == 0) { in __asan_unregister_globals()
[all …]
H A Dasan_mac.cpp82 __asan_global *globals = (__asan_global *)getsectiondata( in AsanApplyToGlobals() local
87 if (!globals) return; in AsanApplyToGlobals()
89 op(globals, size / sizeof(__asan_global)); in AsanApplyToGlobals()
/openbsd/lib/libcrypto/perlasm/
H A Dx86_64-xlate.pl101 my %globals;
240 $self->{label} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
349 my $func = ($globals{$self->{value}} or $self->{value}) . ":";
408 $self->{value} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
452 && do { $globals{$line} = $prefix . $line;
453 $line = $globals{$line} if ($prefix);
462 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
466 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE";
479 && do { $line =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
492 $self->{value} = ".def\t" . ($globals{$1} or $1) . ";\t" .
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp132 task_group.async(finalize_fn, &IndexSet::globals); in Index()
351 set.globals.Insert(ConstString(name), ref); in IndexUnitImpl()
363 set.globals.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
377 m_set.globals.Find(basename, in GetGlobalVariables()
385 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
392 m_set.globals.FindAllEntriesForUnit(unit, DIERefCallback(callback)); in GetGlobalVariables()
506 m_set.globals.Dump(&s); in Dump()
572 if (!globals.Decode(data, offset_ptr, strtab)) in Decode()
626 if (!globals.IsEmpty()) { in Encode()
628 globals.Encode(index_encoder, strtab); in Encode()
H A DManualDWARFIndex.h65 NameToDIE globals; member
76 globals == rhs.globals && types == rhs.types &&
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalVars.cpp31 for (auto &GV : Program.globals()) { in extractGVsFromModule()
43 for (auto &GV : Program.globals()) { in extractGVsFromModule()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dglobals.py66 def globals(command_args): function
105 globals(sys.argv[1:])
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dlanghooks.c465 tree globals = (*lang_hooks.decls.getdecls) (); in write_global_declarations() local
466 int len = list_length (globals); in write_global_declarations()
474 for (i = 0, decl = globals; i < len; i++, decl = TREE_CHAIN (decl)) in write_global_declarations()

12345678910>>...16