Searched refs:preserve (Results 1 - 25 of 67) sorted by relevance

123

/haiku-buildtools/binutils/bfd/
H A Dformat.c120 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve) argument
122 preserve->tdata = abfd->tdata.any;
123 preserve->arch_info = abfd->arch_info;
124 preserve->flags = abfd->flags;
125 preserve->sections = abfd->sections;
126 preserve->section_last = abfd->section_last;
127 preserve->section_count = abfd->section_count;
128 preserve->section_htab = abfd->section_htab;
129 preserve->marker = bfd_alloc (abfd, 1);
130 preserve
152 bfd_preserve_restore(bfd *abfd, struct bfd_preserve *preserve) argument
175 bfd_preserve_finish(bfd *abfd ATTRIBUTE_UNUSED, struct bfd_preserve *preserve) argument
217 struct bfd_preserve preserve; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmemops-asm.x2 # and we do not preserve enough context to known which one we want.
H A Dstrstr-asm.x2 # and we do not preserve enough context to known which one we want.
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dabs-call-1.s15 @ bl foo is broken - gas fails to preserve the symbol reference
/haiku-buildtools/legacy/binutils/bfd/
H A Delfcore.h80 struct bfd_preserve preserve; local
83 preserve.marker = NULL;
119 if (!bfd_preserve_save (abfd, &preserve))
125 preserve.marker = elf_tdata (abfd);
232 bfd_preserve_finish (abfd, &preserve);
248 if (preserve.marker != NULL)
249 bfd_preserve_restore (abfd, &preserve);
H A Dbfd.c1438 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve)
1440 preserve->tdata = abfd->tdata.any;
1441 preserve->arch_info = abfd->arch_info;
1442 preserve->flags = abfd->flags;
1443 preserve->sections = abfd->sections;
1444 preserve->section_last = abfd->section_last;
1445 preserve->section_count = abfd->section_count;
1446 preserve->section_htab = abfd->section_htab;
1477 bfd_preserve_restore (bfd *abfd, struct bfd_preserve *preserve)
1481 abfd->tdata.any = preserve
1435 bfd_preserve_save(bfd *abfd, struct bfd_preserve *preserve) argument
1474 bfd_preserve_restore(bfd *abfd, struct bfd_preserve *preserve) argument
1510 bfd_preserve_finish(bfd *abfd ATTRIBUTE_UNUSED, struct bfd_preserve *preserve) argument
[all...]
H A Dpef.c581 struct bfd_preserve preserve; local
584 preserve.marker = NULL;
591 preserve.marker = bfd_zalloc (abfd, sizeof (bfd_pef_data_struct));
592 if (preserve.marker == NULL
593 || !bfd_preserve_save (abfd, &preserve))
597 (bfd_pef_data_struct *) preserve.marker) != 0)
600 bfd_preserve_finish (abfd, &preserve);
607 if (preserve.marker != NULL)
608 bfd_preserve_restore (abfd, &preserve);
1128 struct bfd_preserve preserve; local
[all...]
H A Dmach-o.c1575 struct bfd_preserve preserve; local
1578 preserve.marker = NULL;
1598 preserve.marker = bfd_zalloc (abfd, sizeof (bfd_mach_o_data_struct));
1599 if (preserve.marker == NULL
1600 || !bfd_preserve_save (abfd, &preserve))
1604 (bfd_mach_o_data_struct *) preserve.marker) != 0)
1607 bfd_preserve_finish (abfd, &preserve);
1614 if (preserve.marker != NULL)
1615 bfd_preserve_restore (abfd, &preserve);
1622 struct bfd_preserve preserve; local
[all...]
H A Dxsym.c2251 struct bfd_preserve preserve; local
2254 preserve.marker = NULL;
2259 preserve.marker = bfd_alloc (abfd, sizeof (bfd_sym_data_struct));
2260 if (preserve.marker == NULL
2261 || ! bfd_preserve_save (abfd, &preserve))
2265 (bfd_sym_data_struct *) preserve.marker) != 0)
2268 bfd_preserve_finish (abfd, &preserve);
2275 if (preserve.marker != NULL)
2276 bfd_preserve_restore (abfd, &preserve);
H A Delfcode.h500 struct bfd_preserve preserve;
504 preserve.marker = NULL;
543 if (!bfd_preserve_save (abfd, &preserve))
551 preserve.marker = elf_tdata (abfd);
850 bfd_preserve_finish (abfd, &preserve);
866 if (preserve.marker != NULL)
867 bfd_preserve_restore (abfd, &preserve);
498 struct bfd_preserve preserve; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Ddir-only-1.c31 #error escaped newline did not preserve beginning of line
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dnamed1.go8 // and preserve the type.
H A Dnamed.go8 // and preserve the type.
/haiku-buildtools/gcc/libcc1/
H A Dplugin.cc194 tree preserve (tree t)
456 return convert_out (ctx->preserve (decl));
484 // No need to preserve a pointer type as the base type is preserved.
492 return convert_out (ctx->preserve (make_node (RECORD_TYPE)));
499 return convert_out (ctx->preserve (make_node (UNION_TYPE)));
516 /* Note that gdb does not preserve the location of field decls, so
602 return convert_out (ctx->preserve (result));
617 /* Note that gdb does not preserve the location of enum constants,
683 return convert_out (ctx->preserve (result));
697 ctx->preserve (resul
188 tree preserve (tree t) function in struct:plugin_context
[all...]
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Dsubmul_1.asm49 or %g0, %o0, %l1 C preserve carry value from mpn_mul_1
/haiku-buildtools/gcc/contrib/
H A Dcompare-debug27 -p | --preserve)
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dbpabi-v6m.S190 @ The status-returning routines are required to preserve all
271 @ The status-returning routines are required to preserve all
/haiku-buildtools/gcc/gmp/mpn/power/
H A Daddmul_1.asm33 dnl multiplicand has its most significant bit set. We need to preserve the
H A Dmul_1.asm33 dnl multiplicand has its most significant bit set. We need to preserve the
H A Dsubmul_1.asm33 dnl multiplicand has its most significant bit set. We need to preserve the
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/
H A Dmul_1.asm100 notl %ebx C -size, preserve carry
/haiku-buildtools/isl/
H A Disl_tab.h123 * If "preserve" is set, then we want to keep all constraints in the
173 unsigned preserve : 1; member in struct:isl_tab
/haiku-buildtools/gcc/gmp/mpn/powerpc32/
H A Dlshift.asm76 stmw r24, -32(r1) C save registers we are supposed to preserve
H A Drshift.asm74 stmw r24, -32(r1) C save registers we are supposed to preserve
/haiku-buildtools/autoconf/lib/Autom4te/
H A DGeneral.pm240 from C<Getopt::Long> to preserve C<-> as an C<@ARGV> instead of

Completed in 315 milliseconds

123