Home
last modified time | relevance | path

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

12345678910

/toolchain/binutils/binutils-2.25/bfd/
Drs6000-core.c112 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 …]
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.25/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.25/binutils/
Ddwarf-mode.el84 (old (point))
90 (push-mark old)
91 (goto-char old)
/toolchain/binutils/binutils-2.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/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.25/gas/
Ddwarf2dbg.c612 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/
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.25/
Dinstall-sh455 set X $old && old=:$2:$4:$5:$6 &&
458 test "$old" = "$new" &&
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
Dear.s6 #test old-style toe _EAR_ syms
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
Desa-z9-109.s8 # make sure the old version still works for esa
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
Dtlsopt2_32.s2 # this section should not be optimised since we have old-style
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
Dtlsopt1.s2 # this section should not be optimised since we have old-style
/toolchain/binutils/binutils-2.25/gprof/
DTEST1 - check whether old file format is properly read when input comes from
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dattr-gnu-4-4-ph.d11 private flags = 70001200: \[abi=O32\] \[mips32r2\] \[old fp64\] \[not 32bitmode\]
/toolchain/binutils/binutils-2.25/ld/
DNEWS29 * --enable-new-dtags no longer generates old dtags in addition to new dtags.
77 break scripts that depend on quirks of the old expression evaluation.
79 * Turn off underscoring for x86_64 PE+-COFF targets. For old behavior the
122 the COFF format when generating executable images, by default. The old
143 allow fallback to old import table generation with null element prefix.
283 symbols than the old O(N^2) algorithm. You can use the new
284 --reduce-memory-overheads option to select the old algorithm; this option
319 * Added --accept-unknown-linker-format to restore old linker behaviour (pre
421 using -Bsymbolic; use the new --no-undefined option to get the old
544 * The -V flag was made a synonym for -v, for SVR4 compatibility. The old -V

12345678910