| /freebsd-10-stable/contrib/libstdc++/libsupc++/ |
| D | eh_catch.cc | 49 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_begin_catch() local 98 __cxa_eh_globals *globals = __cxa_get_globals_fast (); in __cxa_end_catch() local 141 __cxa_eh_globals *globals = __cxa_get_globals (); in uncaught_exception() local
|
| D | eh_arm.cc | 90 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_begin_cleanup() local 125 __cxa_eh_globals *globals = __cxa_get_globals(); in __gnu_end_cleanup() local
|
| D | eh_type.cc | 43 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_current_exception_type() local
|
| D | eh_throw.cc | 82 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_rethrow() local
|
| D | eh_call.cc | 126 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_call_unexpected() local
|
| D | eh_alloc.cc | 142 __cxa_eh_globals *globals = __cxa_get_globals (); in __cxa_allocate_exception() local
|
| D | eh_personality.cc | 732 __cxa_eh_globals *globals = __cxa_get_globals_fast (); in __cxa_call_unexpected() local
|
| D | vec.cc | 59 __cxa_eh_globals *globals = __cxa_get_globals_fast (); in uncatch_exception() local
|
| /freebsd-10-stable/contrib/gcc/ |
| D | ggc-page.c | 342 static struct globals struct 348 page_entry *pages[NUM_ORDERS]; 353 page_entry *page_tails[NUM_ORDERS]; 356 page_table lookup; 359 size_t pagesize; 360 size_t lg_pagesize; 363 size_t allocated; 366 size_t allocated_last_gc; 369 size_t bytes_mapped; 372 unsigned long context_depth_allocations; [all …]
|
| D | ggc-zone.c | 347 static struct globals struct 350 struct alloc_zone *zones; 353 page_table lookup; 356 size_t pagesize; 357 size_t lg_pagesize; 358 size_t page_mask; 363 size_t small_page_overhead; 367 int dev_zero_fd; 373 size_t quire_size; 376 FILE *debug_file;
|
| D | langhooks.c | 478 tree globals = lang_hooks.decls.getdecls (); in write_global_declarations() local
|
| D | c-decl.c | 9001 c_write_global_declarations_1 (tree globals) in c_write_global_declarations_1() 9041 c_write_global_declarations_2 (tree globals) in c_write_global_declarations_2()
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | coff-arm.c | 1340 struct coff_arm_link_hash_table * globals; in coff_arm_relocate_section() local 1428 struct coff_arm_link_hash_table * globals; in coff_arm_relocate_section() local 1787 struct coff_arm_link_hash_table * globals; in bfd_arm_allocate_interworking_sections() local 1835 struct coff_arm_link_hash_table * globals; in record_arm_to_thumb_glue() local 1891 struct coff_arm_link_hash_table * globals; in record_thumb_to_arm_glue() local 1966 struct coff_arm_link_hash_table * globals; in bfd_arm_get_bfd_for_interworking() local 2021 struct coff_arm_link_hash_table * globals; in bfd_arm_process_before_allocation() local 2508 struct coff_arm_link_hash_table * globals; in coff_arm_final_link_postscript() local
|
| D | elf32-arm.c | 2643 struct elf32_arm_link_hash_table * globals; in bfd_elf32_arm_allocate_interworking_sections() local 2709 struct elf32_arm_link_hash_table * globals; in record_arm_to_thumb_glue() local 3079 struct elf32_arm_link_hash_table *globals; in bfd_elf32_arm_get_bfd_for_interworking() local 3102 static void check_use_blx(struct elf32_arm_link_hash_table *globals) in check_use_blx() 3119 struct elf32_arm_link_hash_table *globals; in bfd_elf32_arm_process_before_allocation() local 3325 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (link_info); in bfd_elf32_arm_set_vfp11_fix() local 3627 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (link_info); in bfd_elf32_arm_vfp11_erratum_scan() local 3837 struct elf32_arm_link_hash_table *globals; in bfd_elf32_arm_vfp11_fix_veneer_locations() local 3926 struct elf32_arm_link_hash_table *globals; in bfd_elf32_arm_set_target_relocs() local 4053 struct elf32_arm_link_hash_table * globals; in elf32_thumb_to_arm_stub() local [all …]
|
| /freebsd-10-stable/contrib/libcxxrt/ |
| D | exception.cc | 191 __cxa_eh_globals globals; member 823 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_current_primary_exception() local 856 __cxa_eh_globals *globals = &ti->globals; in __cxa_rethrow() local
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFCompileUnit.cpp | 587 NameToDIE& globals, in Index()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | ScriptInterpreterPython.cpp | 842 PythonDictionary globals (PyModule_GetDict(main_module.get())); in ExecuteOneLineWithReturn() local 1007 PythonDictionary globals (PyModule_GetDict(main_module.get())); in ExecuteMultipleLines() local
|
| /freebsd-10-stable/contrib/gdb/include/ |
| D | bfdlink.h | 671 struct bfd_elf_version_expr_head globals; member
|
| D | hp-symtab.h | 1631 int globals; /* index into the DNTT where GNTT begins */ member 1682 int globals; /* index into the DNTT where GNTT begins */ member
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | mangle.c | 106 } globals; typedef
|
| /freebsd-10-stable/contrib/binutils/include/ |
| D | bfdlink.h | 748 struct bfd_elf_version_expr_head globals; member
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-sparc.c | 116 static symbolS *globals[8]; variable
|
| /freebsd-10-stable/sys/dev/ntb/ntb_hw/ |
| D | ntb_hw.c | 2181 struct sysctl_oid_list *globals, *tree_par, *regpar, *statpar, *errpar; in intel_ntb_sysctl_init() local
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | debug.c | 93 struct debug_namespace *globals; member
|
| /freebsd-10-stable/contrib/binutils/ld/ |
| D | ldlang.c | 6739 lang_new_vers_node (struct bfd_elf_version_expr *globals, in lang_new_vers_node()
|