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

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dpr34989-1_1.c1 struct globals *const ptr_to_globals;
H A Dpr34989-1_0.c3 extern struct globals *const ptr_to_globals;
4 struct globals { }; struct
7 (*(struct globals**)&ptr_to_globals) = 0;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dhost_assoc_blockdata_2.f902 MODULE globals module
9 END module globals
11 use globals
15 use globals
H A Dhost_assoc_blockdata_1.f903 MODULE globals module
8 END module globals
10 use globals
H A Ddata_namelist_conflict.f904 module globals module
11 use globals
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Deh_catch.cc44 __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
139 __cxa_eh_globals *globals = __cxa_get_globals (); local
[all...]
H A Deh_type.cc38 __cxa_eh_globals *globals = __cxa_get_globals (); variable
39 __cxa_exception *header = globals->caughtExceptions;
H A Deh_arm.cc99 __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;
H A Deh_throw.cc65 __cxa_eh_globals *globals = __cxa_get_globals (); local
66 globals->uncaughtExceptions += 1;
93 __cxa_eh_globals *globals = __cxa_get_globals (); local
94 __cxa_exception *header = globals->caughtExceptions;
96 globals->uncaughtExceptions += 1;
103 globals->caughtExceptions = 0;
H A Deh_tm.cc71 __cxa_eh_globals *globals = __cxa_get_globals_fast (); local
76 globals->uncaughtExceptions -= 1;
97 __cxa_exception *h = globals->caughtExceptions;
124 globals->caughtExceptions = h;
H A Deh_call.cc122 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
123 __cxa_exception* new_xh = globals->caughtExceptions;
H A Deh_ptr.cc189 __cxa_eh_globals *globals = __cxa_get_globals (); variable
190 __cxa_exception *header = globals->caughtExceptions;
248 __cxa_eh_globals *globals = __cxa_get_globals (); local
249 globals->uncaughtExceptions += 1;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr43987.c3 typedef struct globals { struct
/haiku-buildtools/binutils/gas/testsuite/gas/mach-o/
H A Dsymbols-5.d2 # globals and private_externs
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-arm.c1065 #define THUMB2ARM_GLUE_SIZE (globals->support_old_code ? 20 : 8)
1297 struct coff_arm_link_hash_table * globals;
1303 globals = coff_arm_hash_table (info);
1305 BFD_ASSERT (globals != NULL);
1306 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1310 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
1346 BFD_ASSERT (my_offset <= globals->arm_glue_size);
1385 struct coff_arm_link_hash_table * globals;
1391 globals = coff_arm_hash_table (info);
1393 BFD_ASSERT (globals !
1295 struct coff_arm_link_hash_table * globals; local
1383 struct coff_arm_link_hash_table * globals; local
1742 struct coff_arm_link_hash_table * globals; local
1790 struct coff_arm_link_hash_table * globals; local
1846 struct coff_arm_link_hash_table * globals; local
1921 struct coff_arm_link_hash_table * globals; local
1977 struct coff_arm_link_hash_table * globals; local
2461 struct coff_arm_link_hash_table * globals; local
[all...]
H A Delf32-arm.c2134 struct elf32_arm_link_hash_table * globals; local
2136 globals = elf32_arm_hash_table (info);
2138 BFD_ASSERT (globals != NULL);
2140 if (globals->arm_glue_size != 0)
2142 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
2144 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
2149 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->arm_glue_size);
2151 s->size = globals->arm_glue_size;
2155 if (globals
2182 struct elf32_arm_link_hash_table * globals; local
2375 struct elf32_arm_link_hash_table *globals; local
2398 check_use_blx(struct elf32_arm_link_hash_table *globals) argument
2415 struct elf32_arm_link_hash_table *globals; local
2576 struct elf32_arm_link_hash_table *globals; local
2669 struct elf32_arm_link_hash_table * globals; local
2776 struct elf32_arm_link_hash_table * globals; local
2868 arm_real_reloc_type(struct elf32_arm_link_hash_table * globals, int r_type) argument
2959 struct elf32_arm_link_hash_table * globals; local
4375 struct elf32_arm_link_hash_table * globals; local
5596 struct elf32_arm_link_hash_table * globals; local
6165 struct elf32_arm_link_hash_table *globals; local
7428 struct elf32_arm_link_hash_table *globals; local
7776 struct elf32_arm_link_hash_table *globals; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dcoff-arm.c1105 #define THUMB2ARM_GLUE_SIZE (globals->support_old_code ? 20 : 8)
1339 struct coff_arm_link_hash_table * globals;
1345 globals = coff_arm_hash_table (info);
1347 BFD_ASSERT (globals != NULL);
1348 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1352 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
1388 BFD_ASSERT (my_offset <= globals->arm_glue_size);
1427 struct coff_arm_link_hash_table * globals;
1433 globals = coff_arm_hash_table (info);
1435 BFD_ASSERT (globals !
1337 struct coff_arm_link_hash_table * globals; local
1425 struct coff_arm_link_hash_table * globals; local
1783 struct coff_arm_link_hash_table * globals; local
1831 struct coff_arm_link_hash_table * globals; local
1887 struct coff_arm_link_hash_table * globals; local
1962 struct coff_arm_link_hash_table * globals; local
2017 struct coff_arm_link_hash_table * globals; local
2504 struct coff_arm_link_hash_table * globals; local
[all...]
H A Delf32-arm.c3365 elf32_arm_get_plt_info (bfd *abfd, struct elf32_arm_link_hash_table *globals, argument
3372 if (globals->root.splt == NULL && globals->root.iplt == NULL)
3558 using_thumb_only (struct elf32_arm_link_hash_table *globals) argument
3561 int profile = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC,
3567 arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, Tag_CPU_arch);
3587 using_thumb2 (struct elf32_arm_link_hash_table *globals) argument
3590 int thumb_isa = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC,
3596 arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, Tag_CPU_arch);
3613 using_thumb2_bl (struct elf32_arm_link_hash_table *globals) argument
3821 arch_has_arm_nop(struct elf32_arm_link_hash_table *globals) argument
3878 struct elf32_arm_link_hash_table * globals; local
4694 struct elf32_arm_link_hash_table *globals; local
6367 struct elf32_arm_link_hash_table *globals = local
6398 struct elf32_arm_link_hash_table *globals = local
6913 struct elf32_arm_link_hash_table * globals; local
6953 struct elf32_arm_link_hash_table * globals; local
7020 struct elf32_arm_link_hash_table *globals; local
7389 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (info); local
7449 struct elf32_arm_link_hash_table *globals; local
7472 check_use_blx(struct elf32_arm_link_hash_table *globals) argument
7501 struct elf32_arm_link_hash_table *globals; local
7709 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (link_info); local
7731 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (link_info); local
7762 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (link_info); local
8056 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (link_info); local
8273 struct elf32_arm_link_hash_table *globals; local
8360 struct elf32_arm_link_hash_table *globals; local
8513 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (link_info); local
8706 struct elf32_arm_link_hash_table *globals; local
8785 struct elf32_arm_link_hash_table * globals; local
8882 struct elf32_arm_link_hash_table * globals; local
8982 struct elf32_arm_link_hash_table * globals; local
9028 struct elf32_arm_link_hash_table * globals; local
9071 struct elf32_arm_link_hash_table *globals; local
9104 struct elf32_arm_link_hash_table * globals; local
9591 arm_real_reloc_type(struct elf32_arm_link_hash_table * globals, int r_type) argument
9666 elf32_arm_tls_relax(struct elf32_arm_link_hash_table *globals, bfd *input_bfd, asection *input_sec, bfd_byte *contents, Elf_Internal_Rela *rel, unsigned long is_local) argument
9901 struct elf32_arm_link_hash_table * globals; local
12264 struct elf32_arm_link_hash_table * globals; local
12874 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (info); local
14281 struct elf32_arm_link_hash_table * globals; local
15273 struct elf32_arm_link_hash_table *globals; local
15796 struct elf32_arm_link_hash_table *globals; local
16743 struct elf32_arm_link_hash_table *globals; local
17501 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (info); local
18446 struct elf32_arm_link_hash_table *globals = elf32_arm_hash_table (link_info); local
[all...]
H A Delfnn-aarch64.c4071 struct elf_aarch64_link_hash_table *globals = local
4079 if (globals->root.splt != NULL && hash != NULL
4082 sym_sec = globals->root.splt;
4103 struct elf_aarch64_link_hash_table *globals = local
4106 if (globals->root.splt != NULL && hash != NULL
4109 sym_sec = globals->root.splt;
4338 struct elf_aarch64_link_hash_table *globals; local
4340 globals = elf_aarch64_hash_table (link_info);
4341 globals->pic_veneer = pic_veneer;
4342 globals
4353 aarch64_calculate_got_entry_vma(struct elf_link_hash_entry *h, struct elf_aarch64_link_hash_table *globals, struct bfd_link_info *info, bfd_vma value, bfd *output_bfd, bfd_boolean *unresolved_reloc_p) argument
4861 struct elf_aarch64_link_hash_table *globals = local
4920 struct elf_aarch64_link_hash_table *globals; local
5626 elfNN_aarch64_tls_relax(struct elf_aarch64_link_hash_table *globals, bfd *input_bfd, bfd_byte *contents, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h) argument
6026 struct elf_aarch64_link_hash_table *globals; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtarget-globals.c1 /* Target-dependent globals.
37 #include "target-globals.h"
121 struct target_globals *globals; local
134 globals = save_target_globals ();
138 return globals;
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dbranch-misc-2.s1 # Source file used to test the backward branches to globals in this file.
H A Dbranch-misc-2.d5 # Test the backward branches to globals symbols in current file.
H A Dbranch-misc-2pic.d6 # Test the backward branches to globals symbols in current file.
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dbranch-misc-2.s1 # Source file used to test branches to globals in this file.
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_globals.cc10 // Handle globals.
47 // We want to remember where a certain range of globals was registered.
142 // so we store the globals in a map.
152 // how GCC registers globals. Disable as useless until rewritten upstream.
155 // where two globals with the same name are defined in different modules.
216 // Register an array of globals.
217 void __asan_register_globals(__asan_global *globals, uptr n) { argument
225 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]};
229 Printf("=== ID %d; %p %p\n", stack_id, &globals[
238 __asan_unregister_globals(__asan_global *globals, uptr n) argument
[all...]

Completed in 291 milliseconds

123