/toolchain/binutils/binutils-2.25/bfd/ |
D | rs6000-core.c | 112 struct core_dump old; /* old AIX 4.2- core dump, still used on member 125 struct vm_info old; member 132 # define CORE_NEW(c) (!(c).old.c_entries) 294 size = sizeof (core->old); in read_hdr() 363 c_flag = core.old.c_flag; in rs6000coff_core_p() 364 c_stack = (file_ptr) (ptr_to_uint) core.old.c_stack; in rs6000coff_core_p() 365 c_size = core.old.c_size; in rs6000coff_core_p() 368 c_loader = (file_ptr) (ptr_to_uint) COLD_LOADER (core.old); in rs6000coff_core_p() 384 c_regsize = sizeof (COLD_MSTSAVE (core.old)); in rs6000coff_core_p() 385 c_regptr = &COLD_MSTSAVE (core.old); in rs6000coff_core_p() [all …]
|
D | bfdio.c | 76 int old = fcntl (fd, F_GETFD, 0); in close_on_exec() local 77 if (old >= 0) in close_on_exec() 78 fcntl (fd, F_SETFD, old | FD_CLOEXEC); in close_on_exec()
|
D | hash.c | 593 struct bfd_hash_entry *old, in bfd_hash_replace() argument 599 _index = old->hash % table->size; in bfd_hash_replace() 604 if (*pph == old) in bfd_hash_replace()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | ccr.s | 10 setf deixnzvc ; old names 11 clearf deixnzvc ; old names 14 setf dxnc ; old names 15 clearf dxnc ; old names
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | dwarf-mode.el | 84 (old (point)) 90 (push-mark old) 91 (goto-char old)
|
/toolchain/binutils/binutils-2.25/intl/ |
D | dcigettext.c | 350 struct block_list *old = list; \ 352 free (old->address); \ 353 free (old); \ 969 struct transmem_list *old = transmem_list; local 972 free (old); 1210 void *old; in libc_freeres_fn() local 1233 old = transmem_list; in libc_freeres_fn() 1235 free (old); in libc_freeres_fn()
|
/toolchain/binutils/binutils-2.25/gold/po/ |
D | Make-in | 195 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp 224 mv $$lang.po $$lang.old.po; \ 226 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \ 227 rm -f $$lang.old.po; \ 231 mv $$lang.old.po $$lang.po; \
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | Make-in | 195 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp 224 mv $$lang.po $$lang.old.po; \ 226 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \ 227 rm -f $$lang.old.po; \ 231 mv $$lang.old.po $$lang.po; \
|
/toolchain/binutils/binutils-2.25/opcodes/po/ |
D | Make-in | 195 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp 224 mv $$lang.po $$lang.old.po; \ 226 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \ 227 rm -f $$lang.old.po; \ 231 mv $$lang.old.po $$lang.po; \
|
/toolchain/binutils/binutils-2.25/gprof/po/ |
D | Make-in | 195 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp 224 mv $$lang.po $$lang.old.po; \ 226 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \ 227 rm -f $$lang.old.po; \ 231 mv $$lang.old.po $$lang.po; \
|
/toolchain/binutils/binutils-2.25/ld/po/ |
D | Make-in | 195 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp 224 mv $$lang.po $$lang.old.po; \ 226 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \ 227 rm -f $$lang.old.po; \ 231 mv $$lang.old.po $$lang.po; \
|
/toolchain/binutils/binutils-2.25/gas/po/ |
D | Make-in | 195 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp 224 mv $$lang.po $$lang.old.po; \ 226 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \ 227 rm -f $$lang.old.po; \ 231 mv $$lang.old.po $$lang.po; \
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | Make-in | 209 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp 239 mv $$lang.po $$lang.old.po; \ 241 if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \ 242 rm -f $$lang.old.po; \ 246 mv $$lang.old.po $$lang.po; \
|
/toolchain/binutils/binutils-2.25/gas/ |
D | dwarf2dbg.c | 612 unsigned int old = files_allocated; in get_filenum() local 618 memset (files + old, 0, (i + 32 - old) * sizeof (struct file_entry)); in get_filenum() 644 unsigned int old = subprogs_allocated; in make_subprog_entry() local 652 memset (subprogs + old, 0, in make_subprog_entry() 653 (subprogs_allocated - old) * sizeof (struct subprog_entry)); in make_subprog_entry() 675 unsigned int old = logicals_allocated; in make_logical() local 683 memset (logicals + old, 0, in make_logical() 684 (logicals_allocated - old) * sizeof (struct logicals_entry)); in make_logical() 1897 unsigned int old = strtab->strings_allocated; in add_to_string_table() local 1903 memset (strtab->strings + old, 0, in add_to_string_table() [all …]
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | armcoff.em | 43 /* If TRUE, then interworking stubs which support calls to old, 59 {"support-old-code", no_argument, NULL, OPTION_SUPPORT_OLD_CODE}, 72 fprintf (file, _(" --support-old-code Support interworking with old code\n"));
|
/toolchain/binutils/binutils-2.25/ |
D | install-sh | 455 set X $old && old=:$2:$4:$5:$6 && 458 test "$old" = "$new" &&
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/ |
D | ear.s | 6 #test old-style toe _EAR_ syms
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/ |
D | esa-z9-109.s | 8 # make sure the old version still works for esa
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
D | tlsopt2.s | 2 # this section should not be optimised since we have old-style
|
D | tlsopt1_32.s | 2 # this section should not be optimised since we have old-style
|
D | tlsopt2_32.s | 2 # this section should not be optimised since we have old-style
|
D | tlsopt1.s | 2 # this section should not be optimised since we have old-style
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | TEST | 1 - check whether old file format is properly read when input comes from
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | attr-gnu-4-4-ph.d | 11 private flags = 70001200: \[abi=O32\] \[mips32r2\] \[old fp64\] \[not 32bitmode\]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | sec-9.d | 9 # linked to an unexpected location, the old test is transformed into a
|