Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 271) sorted by relevance

1234567891011

/toolchain/binutils/binutils-2.27/bfd/
Drs6000-core.c113 struct core_dump old; /* Old AIX 4.2- core dump, still used on member
129 struct vm_info old; member
138 # define CORE_NEW(c) (!(c).old.c_entries)
308 size = sizeof (core->old); in read_hdr()
379 c_flag = core.old.c_flag; in rs6000coff_core_p()
380 c_stack = (file_ptr) (ptr_to_uint) core.old.c_stack; in rs6000coff_core_p()
381 c_size = core.old.c_size; in rs6000coff_core_p()
384 c_loader = (file_ptr) (ptr_to_uint) COLD_LOADER (core.old); in rs6000coff_core_p()
402 c_regsize = sizeof (COLD_MSTSAVE (core.old)); in rs6000coff_core_p()
403 c_regptr = &COLD_MSTSAVE (core.old); in rs6000coff_core_p()
[all …]
Dbfdio.c76 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()
Dhash.c593 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.27/gas/testsuite/gas/cris/
Dccr.s10 setf deixnzvc ; old names
11 clearf deixnzvc ; old names
14 setf dxnc ; old names
15 clearf dxnc ; old names
/toolchain/binutils/binutils-2.27/binutils/
Ddwarf-mode.el84 (old (point))
90 (push-mark old)
91 (goto-char old)
/toolchain/binutils/binutils-2.27/intl/
Ddcigettext.c350 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.27/binutils/po/
DMake-in195 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.27/gprof/po/
DMake-in195 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.27/opcodes/po/
DMake-in195 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.27/gold/po/
DMake-in195 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.27/gas/po/
DMake-in195 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.27/ld/po/
DMake-in195 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.27/bfd/po/
DMake-in209 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.27/gas/
Ddwarf2dbg.c608 unsigned int old = files_allocated; in get_filenum() local
613 memset (files + old, 0, (i + 32 - old) * sizeof (struct file_entry)); in get_filenum()
639 unsigned int old = subprogs_allocated; in make_subprog_entry() local
647 memset (subprogs + old, 0, in make_subprog_entry()
648 (subprogs_allocated - old) * sizeof (struct subprog_entry)); in make_subprog_entry()
670 unsigned int old = logicals_allocated; in make_logical() local
678 memset (logicals + old, 0, in make_logical()
679 (logicals_allocated - old) * sizeof (struct logicals_entry)); in make_logical()
1888 unsigned int old = strtab->strings_allocated; in add_to_string_table() local
1894 memset (strtab->strings + old, 0, in add_to_string_table()
[all …]
/toolchain/binutils/binutils-2.27/ld/emultempl/
Darmcoff.em43 /* 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.27/
Dinstall-sh455 set X $old && old=:$2:$4:$5:$6 &&
458 test "$old" = "$new" &&
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-spu/
Dear.s6 #test old-style toe _EAR_ syms
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
Dtlsopt1_32.s2 # this section should not be optimised since we have old-style
Dtlsopt2.s2 # this section should not be optimised since we have old-style
Dtlsopt2_32.s2 # this section should not be optimised since we have old-style
Dtlsopt1.s2 # this section should not be optimised since we have old-style
/toolchain/binutils/binutils-2.27/gprof/
DTEST1 - check whether old file format is properly read when input comes from
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
Desa-z9-109.s12 # make sure the old version still works for esa
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-s390/
Dpltoffset-1.ld18 /* For old binutils which otherwise complain about nonrepresentable
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
Dattr-gnu-4-4-ph.d11 private flags = 70001200: \[abi=O32\] \[mips32r2\] \[old fp64\] \[not 32bitmode\]

1234567891011