Home
last modified time | relevance | path

Searched refs:preserve (Results 1 – 25 of 102) sorted by relevance

12345

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dbfd.c1431 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve) in bfd_preserve_save() argument
1433 preserve->tdata = abfd->tdata.any; in bfd_preserve_save()
1434 preserve->arch_info = abfd->arch_info; in bfd_preserve_save()
1435 preserve->flags = abfd->flags; in bfd_preserve_save()
1436 preserve->sections = abfd->sections; in bfd_preserve_save()
1437 preserve->section_last = abfd->section_last; in bfd_preserve_save()
1438 preserve->section_count = abfd->section_count; in bfd_preserve_save()
1439 preserve->section_htab = abfd->section_htab; in bfd_preserve_save()
1469 bfd_preserve_restore (bfd *abfd, struct bfd_preserve *preserve) in bfd_preserve_restore() argument
1473 abfd->tdata.any = preserve->tdata; in bfd_preserve_restore()
[all …]
Delfcore.h80 struct bfd_preserve preserve; in elf_core_file_p() local
83 preserve.marker = NULL; in elf_core_file_p()
119 if (!bfd_preserve_save (abfd, &preserve)) in elf_core_file_p()
125 preserve.marker = elf_tdata (abfd); in elf_core_file_p()
232 bfd_preserve_finish (abfd, &preserve); in elf_core_file_p()
248 if (preserve.marker != NULL) in elf_core_file_p()
249 bfd_preserve_restore (abfd, &preserve); in elf_core_file_p()
Dpef.c581 struct bfd_preserve preserve; in bfd_pef_object_p() local
584 preserve.marker = NULL; in bfd_pef_object_p()
591 preserve.marker = bfd_zalloc (abfd, sizeof (bfd_pef_data_struct)); in bfd_pef_object_p()
592 if (preserve.marker == NULL in bfd_pef_object_p()
593 || !bfd_preserve_save (abfd, &preserve)) in bfd_pef_object_p()
597 (bfd_pef_data_struct *) preserve.marker) != 0) in bfd_pef_object_p()
600 bfd_preserve_finish (abfd, &preserve); in bfd_pef_object_p()
607 if (preserve.marker != NULL) in bfd_pef_object_p()
608 bfd_preserve_restore (abfd, &preserve); in bfd_pef_object_p()
1128 struct bfd_preserve preserve; in bfd_pef_xlib_object_p() local
[all …]
Dmach-o.c1574 struct bfd_preserve preserve; in bfd_mach_o_object_p() local
1577 preserve.marker = NULL; in bfd_mach_o_object_p()
1597 preserve.marker = bfd_zalloc (abfd, sizeof (bfd_mach_o_data_struct)); in bfd_mach_o_object_p()
1598 if (preserve.marker == NULL in bfd_mach_o_object_p()
1599 || !bfd_preserve_save (abfd, &preserve)) in bfd_mach_o_object_p()
1603 (bfd_mach_o_data_struct *) preserve.marker) != 0) in bfd_mach_o_object_p()
1606 bfd_preserve_finish (abfd, &preserve); in bfd_mach_o_object_p()
1613 if (preserve.marker != NULL) in bfd_mach_o_object_p()
1614 bfd_preserve_restore (abfd, &preserve); in bfd_mach_o_object_p()
1621 struct bfd_preserve preserve; in bfd_mach_o_core_p() local
[all …]
Dxsym.c2253 struct bfd_preserve preserve; in bfd_sym_object_p() local
2256 preserve.marker = NULL; in bfd_sym_object_p()
2261 preserve.marker = bfd_alloc (abfd, sizeof (bfd_sym_data_struct)); in bfd_sym_object_p()
2262 if (preserve.marker == NULL in bfd_sym_object_p()
2263 || ! bfd_preserve_save (abfd, &preserve)) in bfd_sym_object_p()
2267 (bfd_sym_data_struct *) preserve.marker) != 0) in bfd_sym_object_p()
2270 bfd_preserve_finish (abfd, &preserve); in bfd_sym_object_p()
2277 if (preserve.marker != NULL) in bfd_sym_object_p()
2278 bfd_preserve_restore (abfd, &preserve); in bfd_sym_object_p()
Delfcode.h479 struct bfd_preserve preserve; in elf_object_p() local
483 preserve.marker = NULL; in elf_object_p()
522 if (!bfd_preserve_save (abfd, &preserve)) in elf_object_p()
530 preserve.marker = elf_tdata (abfd); in elf_object_p()
826 bfd_preserve_finish (abfd, &preserve); in elf_object_p()
842 if (preserve.marker != NULL) in elf_object_p()
843 bfd_preserve_restore (abfd, &preserve); in elf_object_p()
/mirbsd/src/sbin/fdisk/
Duser.c72 USER_init(disk_t *disk, mbr_t *tt, int preserve) in USER_init() argument
79 if (preserve) in USER_init()
89 if (preserve) in USER_init()
/mirbsd/src/usr.bin/mail/
Dcmdtab.c63 { "preserve", { preserve }, W|MSGLIST, 0, MMNDEL },
109 { "hold", { preserve }, W|MSGLIST, 0, MMNDEL },
Dextern.h194 int preserve(void *);
Dcmd3.c303 preserve(void *v) in preserve() function
/mirbsd/src/usr.bin/ftp/
Dftp.c857 opreserve = preserve; in recvrequest()
886 preserve = opreserve; in recvrequest()
975 preserve = 0; in recvrequest()
985 preserve = 0; in recvrequest()
1010 preserve = 0; in recvrequest()
1022 preserve = opreserve; in recvrequest()
1088 preserve = opreserve; in recvrequest()
1146 preserve = opreserve; in recvrequest()
1159 if (preserve && (closefunc == fclose)) { in recvrequest()
1180 preserve = opreserve; in recvrequest()
Dftp_var.h128 int preserve; /* preserve modification time on files */ variable
Dmain.c110 preserve = 1; in main()
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Darchive.texi35 COFF archives can preserve long filenames; SunOS a.out archives
40 preserve directory names in filenames, etc. When
Dfdl.texi127 Copying with changes limited to the covers, as long as they preserve
199 preserve the section's title, and preserve in the section all the
/mirbsd/src/gnu/usr.sbin/sendmail/cf/feature/
Dldap_routing.m433 _ARG4_, `preserve', `define(`_LDAP_ROUTE_DETAIL_', `_PRESERVE_')')
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/
Dgrok345 * is a waste of time (because the NV cannot preserve
434 * is a waste of time (because the NV cannot preserve
509 * is a waste of time (because the NV cannot preserve
/mirbsd/src/usr.bin/vi/docs/
Dhelp170 preserve: preserve an edit session for recovery
/mirbsd/src/lib/libssl/src/apps/
Dca.c233 static int preserve=0; variable
327 preserve=0; in MAIN()
426 preserve=1; in MAIN()
753 preserve=1; in MAIN()
1830 if (preserve) in do_body()
/mirbsd/src/gnu/usr.bin/binutils/binutils/doc/
Dfdl.texi129 Copying with changes limited to the covers, as long as they preserve
201 preserve the section's title, and preserve in the section all the
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dfdl.texi128 Copying with changes limited to the covers, as long as they preserve
200 preserve the section's title, and preserve in the section all the
/mirbsd/src/gnu/usr.bin/binutils/etc/
Dfdl.texi129 Copying with changes limited to the covers, as long as they preserve
201 preserve the section's title, and preserve in the section all the
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dfdl.texi128 Copying with changes limited to the covers, as long as they preserve
200 preserve the section's title, and preserve in the section all the
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dfdl.texi158 Copying with changes limited to the covers, as long as they preserve
252 the Title of the section, and preserve in the section all the
308 license notice, and that you preserve all their Warranty Disclaimers.
/mirbsd/src/gnu/usr.bin/perl/os2/
DChanges492 makes PerlIO preserve the binary/text mode of filehandles
524 Update dlopen() and friends: preserve i387 flags, better error messages,
663 Make fork(): a) preserve i387 flags;
665 c) preserve morphed status;

12345