/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cdtest/ |
D | cdtest.dat | 6 Destructing Foo(4) "default-foo" (remaining foos: 4) 10 Destructing Foo(6) "other_foo1" (remaining foos: 5) 11 Destructing Foo(5) "other_foo1" (remaining foos: 4) 12 Destructing Foo(5) "default-foo" (remaining foos: 3) 13 Destructing Foo(3) "automatic_foo" (remaining foos: 2) 14 Destructing Foo(2) "static_foo" (remaining foos: 1) 15 Destructing Foo(1) "static_foo" (remaining foos: 0)
|
D | cdtest-nrv.dat | 8 Destructing Foo(6) "other_foo1" (remaining foos: 5) 9 Destructing Foo(5) "other_foo1" (remaining foos: 4) 10 Destructing Foo(4) "default-foo" (remaining foos: 3) 11 Destructing Foo(3) "automatic_foo" (remaining foos: 2) 12 Destructing Foo(2) "static_foo" (remaining foos: 1) 13 Destructing Foo(1) "static_foo" (remaining foos: 0)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
D | simpshft.s | 15 # These test the remaining corner cases for 64-bit operations. 60 # These test the remaining corner cases for 32-bit operations.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
D | loc-4.s | 1 # Hit a few remaining code-paths.
|
D | loc-5.s | 1 # Hit a few remaining code-paths.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
D | extaddr.s | 9 or #F1,a,a ; load remaining bits
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | pic-and-nonpic-6-o32.nd | 32 # and the remaining symbols should have the same order as the
|
D | pic-and-nonpic-6-n64.nd | 32 # and the remaining symbols should have the same order as the
|
D | pic-and-nonpic-6-n32.nd | 32 # and the remaining symbols should have the same order as the
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | script_test_2.t | 50 /* This should match the remaining sections. */
|
/toolchain/binutils/binutils-2.25/ |
D | compile | 244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 520 unsigned int remaining = MAX_PRINT_SEC_NAME_LEN; in printable_section_name() local 526 if (remaining < 2) in printable_section_name() 531 remaining -= 2; in printable_section_name() 536 remaining -= 1; in printable_section_name() 542 if (remaining < 4) in printable_section_name() 548 remaining -= 4; in printable_section_name() 551 if (remaining == 0) in printable_section_name() 7236 if (remaining == 0 && more_words) \ 7242 remaining = 4; \ 7248 if (remaining) \ [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-rs6000.c | 1790 bfd_size_type remaining; in do_copy() local 1796 remaining = arelt_size (in_bfd); in do_copy() 1798 while (remaining >= DEFAULT_BUFFERSIZE) in do_copy() 1804 remaining -= DEFAULT_BUFFERSIZE; in do_copy() 1807 if (remaining) in do_copy() 1809 if (bfd_bread (buffer, remaining, in_bfd) != remaining in do_copy() 1810 || bfd_bwrite (buffer, remaining, out_bfd) != remaining) in do_copy()
|
D | archive.c | 2204 bfd_size_type remaining = arelt_size (current); in _bfd_write_archive_contents() local 2214 while (remaining) in _bfd_write_archive_contents() 2218 if (amt > remaining) in _bfd_write_archive_contents() 2219 amt = remaining; in _bfd_write_archive_contents() 2229 remaining -= amt; in _bfd_write_archive_contents()
|
D | vms-alpha.c | 2485 unsigned int remaining; in alpha_vms_object_p() local 2509 remaining = PRIV (recrd.rec_size) - test_len; in alpha_vms_object_p() 2510 to_read = MIN (VMS_BLOCK_SIZE - test_len, remaining); in alpha_vms_object_p() 2513 while (remaining > 0) in alpha_vms_object_p() 2519 remaining -= to_read; in alpha_vms_object_p() 2521 to_read = MIN (VMS_BLOCK_SIZE, remaining); in alpha_vms_object_p()
|
/toolchain/binutils/binutils-2.25/include/ |
D | bfdlink.h | 801 struct bfd_elf_version_expr *remaining; member
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | metag-dis.c | 647 size_t used_regs = 1, i, remaining; in lookup_reg_list() local 664 remaining = buf_len; in lookup_reg_list() 670 len = snprintf(reg_buf, remaining, "%s", regs[i]); in lookup_reg_list() 672 len = snprintf(reg_buf, remaining, ",%s", regs[i]); in lookup_reg_list() 675 remaining -= len; in lookup_reg_list()
|
D | cgen-asm.in | 101 /* Copy any remaining literals from the syntax string into the rx. */
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-aarch64.texi | 259 all remaining, un-empty literal pools will automatically be dumped.
|
D | c-tilepro.texi | 78 instructions (not @code{fnop}) to fill the remaining pipeline slots in
|
D | c-tilegx.texi | 94 instructions (not @code{fnop}) to fill the remaining pipeline slots in
|
D | c-tic54x.texi | 442 not fit into the space remaining in the current word. A @code{.align} 694 equivalent of all remaining arguments. If fewer arguments are given
|
/toolchain/binutils/binutils-2.25/gold/ |
D | output.cc | 3816 Input_section_list remaining; in get_input_sections() local 3840 remaining.push_back(Input_section(posd)); in get_input_sections() 3844 remaining.push_back(*p); in get_input_sections() 3851 this->input_sections_.swap(remaining); in get_input_sections()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.c | 7593 expr = head->remaining; in lang_vers_match() 7772 remaining_loc = &head->remaining; in lang_finalize_version_expr_head() 7826 *list_loc = head->remaining; in lang_finalize_version_expr_head() 7829 head->remaining = head->list; in lang_finalize_version_expr_head() 7885 for (e2 = t->locals.remaining; e2 != NULL; e2 = e2->next) in lang_register_vers_node() 7913 for (e2 = t->globals.remaining; e2 != NULL; e2 = e2->next) in lang_register_vers_node()
|
D | configure.host | 68 # relevant for most tests, and the few remaining ones have been XFAILed.
|