Searched refs:header (Results 1 - 25 of 359) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Deh_type.cc39 __cxa_exception *header = globals->caughtExceptions; variable
40 if (header)
42 if (__is_dependent_exception (header->unwindHeader.exception_class))
45 __get_dependent_exception_from_ue (&header->unwindHeader);
46 header = __get_exception_header_from_obj (de->primaryException);
48 return header->exceptionType;
H A Deh_throw.cc35 __cxa_refcounted_exception *header local
43 __terminate (header->exc.terminateHandler);
46 if (__atomic_sub_fetch (&header->referenceCount, 1, __ATOMIC_ACQ_REL) == 0)
49 if (header->exc.exceptionDestructor)
50 header->exc.exceptionDestructor (header + 1);
52 __cxa_free_exception (header + 1);
69 __cxa_refcounted_exception *header local
71 header->referenceCount = 1;
72 header
94 __cxa_exception *header = globals->caughtExceptions; local
[all...]
H A Deh_catch.cc46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); variable
51 // Note that this use of "header" is a lie. It's fine so long as we only
52 // examine header->unwindHeader though.
53 if (!__is_gxx_exception_class(header->unwindHeader.exception_class))
59 globals->caughtExceptions = header;
62 // object is, much less where it is in relation to the header.
66 int count = header->handlerCount;
73 header->handlerCount = count;
76 if (header != prev)
78 header
97 __cxa_exception *header = globals->caughtExceptions; local
[all...]
H A Deh_arm.cc100 __cxa_exception *header = __get_exception_header_from_ue(ue_header); local
101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class);
106 header->propagationCount++;
109 if (header->propagationCount == 1)
111 header->nextPropagatingException = globals->propagatingExceptions;
112 globals->propagatingExceptions = header;
122 globals->propagatingExceptions = header;
133 __cxa_exception *header; local
136 header = globals->propagatingExceptions;
139 if (!header)
[all...]
/haiku-buildtools/autoconf/man/
H A Dautoheader.x2 autoheader \- Create a template header for configure
/haiku-buildtools/binutils/include/vms/
H A Desrf.h28 struct vms_egsy header; member in struct:vms_esrf
H A Desdf.h28 struct vms_egsy header; member in struct:vms_esdf
H A Degst.h28 struct vms_egsy header; member in struct:vms_egst
/haiku-buildtools/gcc/gmp/tests/
H A Dx86check.c62 const char *header = "Violated calling conventions:\n"; local
69 header, regstr, callreg, value); \
70 header = ""; \
82 header, DIR_BIT (calling_conventions_eflags));
83 header = "";
90 header, calling_conventions_fenv.tag & 0xFFFF);
91 header = "";
H A Damd64check.c71 const char *header = "Violated calling conventions:\n"; local
79 header, regstr, callreg, value); \
80 header = ""; \
92 header, DIR_BIT (calling_conventions_values[RFLAGS]));
93 header = "";
100 header, calling_conventions_fenv.tag & 0xFFFF);
101 header = "";
/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Dmztools.c44 char header[30]; local
49 while ( fread(header, 1, 30, fpZip) == 30 ) {
53 if (READ_32(header) == 0x04034b50) {
54 unsigned int version = READ_16(header + 4);
55 unsigned int gpflag = READ_16(header + 6);
56 unsigned int method = READ_16(header + 8);
57 unsigned int filetime = READ_16(header + 10);
58 unsigned int filedate = READ_16(header + 12);
59 unsigned int crc = READ_32(header + 14); /* crc */
60 unsigned int cpsize = READ_32(header
149 char header[46]; local
224 char header[22]; local
[all...]
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Dmztools.c44 char header[30]; local
49 while ( fread(header, 1, 30, fpZip) == 30 ) {
53 if (READ_32(header) == 0x04034b50) {
54 unsigned int version = READ_16(header + 4);
55 unsigned int gpflag = READ_16(header + 6);
56 unsigned int method = READ_16(header + 8);
57 unsigned int filetime = READ_16(header + 10);
58 unsigned int filedate = READ_16(header + 12);
59 unsigned int crc = READ_32(header + 14); /* crc */
60 unsigned int cpsize = READ_32(header
149 char header[46]; local
224 char header[22]; local
[all...]
/haiku-buildtools/gcc/mpfr/tests/
H A Dmemory.c41 struct header { struct
44 struct header *next;
47 static struct header *tests_memory_list;
51 static struct header **
54 struct header **hp;
74 struct header *h;
82 h = (struct header *) __gmp_default_allocate (sizeof (*h));
94 struct header **hp, *h;
126 static struct header **
129 struct header **h
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-loop-ch.c1 /* Loop header copying on trees.
68 should_duplicate_loop_header_p (basic_block header, struct loop *loop, argument
76 if (header->aux)
79 /* Loop header copying usually increases size of the code. This used not to
86 gcc_assert (EDGE_COUNT (header->succs) > 0);
87 if (single_succ_p (header))
89 if (flow_bb_inside_loop_p (loop, EDGE_SUCC (header, 0)->dest)
90 && flow_bb_inside_loop_p (loop, EDGE_SUCC (header, 1)->dest))
93 /* If this is not the original loop header, we want it to have just
95 if (header !
182 basic_block header; local
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dheader.d2 # ld: -T header.t -z max-page-size=0x100
/haiku-buildtools/binutils/gas/testsuite/gas/mach-o/
H A Dsubsect-via-symbols-0.d1 #objdump: -P header
H A Dsubsect-via-symbols-1.d1 #objdump: -P header
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dnan-2008.s3 # We need some section contents for the ELF header flag compatibility check
H A Dnan-legacy.s3 # We need some section contents for the ELF header flag compatibility check
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dfde-vms.c65 uqword header = *unw_info_block; local
91 printf ("pc @ 0x%p, block @ 0x%p, header = 0x%016llx\n",
92 pc, unw_info_block, header);
94 (int)UNW_IVMS_MODE (header), UNW_LENGTH (header),
95 UNW_FLAG_EHANDLER (header) || UNW_FLAG_EHANDLER (header));
99 if (UNW_IVMS_MODE (header) != 3)
102 /* The OSSD block is found past the header, unwind descriptor area
108 + UNW_LENGTH (header)
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dpef.c312 bfd_pef_loader_header *header)
316 header->main_section = bfd_getb32 (buf);
317 header->main_offset = bfd_getb32 (buf + 4);
318 header->init_section = bfd_getb32 (buf + 8);
319 header->init_offset = bfd_getb32 (buf + 12);
320 header->term_section = bfd_getb32 (buf + 16);
321 header->term_offset = bfd_getb32 (buf + 20);
322 header->imported_library_count = bfd_getb32 (buf + 24);
323 header->total_imported_symbol_count = bfd_getb32 (buf + 28);
324 header
309 bfd_pef_parse_loader_header(bfd *abfd ATTRIBUTE_UNUSED, unsigned char *buf, size_t len, bfd_pef_loader_header *header) argument
335 bfd_pef_parse_imported_library(bfd *abfd ATTRIBUTE_UNUSED, unsigned char *buf, size_t len, bfd_pef_imported_library *header) argument
399 bfd_pef_print_loader_header(bfd *abfd ATTRIBUTE_UNUSED, bfd_pef_loader_header *header, FILE *file) argument
427 bfd_pef_loader_header header; local
455 bfd_pef_loader_header header; local
554 bfd_pef_read_header(bfd *abfd, bfd_pef_header *header) argument
582 bfd_pef_header header; local
736 bfd_pef_loader_header header; local
1073 bfd_pef_xlib_read_header(bfd *abfd, bfd_pef_xlib_header *header) argument
1107 bfd_pef_xlib_scan(bfd *abfd, bfd_pef_xlib_header *header) argument
1129 bfd_pef_xlib_header header; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dpef.c320 bfd_pef_loader_header *header)
324 header->main_section = bfd_getb32 (buf);
325 header->main_offset = bfd_getb32 (buf + 4);
326 header->init_section = bfd_getb32 (buf + 8);
327 header->init_offset = bfd_getb32 (buf + 12);
328 header->term_section = bfd_getb32 (buf + 16);
329 header->term_offset = bfd_getb32 (buf + 20);
330 header->imported_library_count = bfd_getb32 (buf + 24);
331 header->total_imported_symbol_count = bfd_getb32 (buf + 28);
332 header
317 bfd_pef_parse_loader_header(bfd *abfd ATTRIBUTE_UNUSED, unsigned char *buf, size_t len, bfd_pef_loader_header *header) argument
343 bfd_pef_parse_imported_library(bfd *abfd ATTRIBUTE_UNUSED, unsigned char *buf, size_t len, bfd_pef_imported_library *header) argument
407 bfd_pef_print_loader_header(bfd *abfd ATTRIBUTE_UNUSED, bfd_pef_loader_header *header, FILE *file) argument
435 bfd_pef_loader_header header; local
463 bfd_pef_loader_header header; local
512 bfd_pef_scan(bfd *abfd, bfd_pef_header *header, bfd_pef_data_struct *mdata) argument
561 bfd_pef_read_header(bfd *abfd, bfd_pef_header *header) argument
588 bfd_pef_header header; local
735 bfd_pef_loader_header header; local
1068 bfd_pef_xlib_read_header(bfd *abfd, bfd_pef_xlib_header *header) argument
1102 bfd_pef_xlib_scan(bfd *abfd, bfd_pef_xlib_header *header) argument
1123 bfd_pef_xlib_header header; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/charset/
H A Dcharset.exp21 foreach header [glob -nocomplain $srcdir/$subdir/*.{h,def} ] {
22 remote_download host $header
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/charset/
H A Dcharset.exp21 foreach header [glob -nocomplain $srcdir/$subdir/*.{h,def} ] {
22 remote_download host $header
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dtrad.exp21 foreach header [glob -nocomplain $srcdir/$subdir/*.{h,def} ] {
22 remote_download host $header

Completed in 808 milliseconds

1234567891011>>