/toolchain/binutils/binutils-2.27/libiberty/ |
D | simple-object-xcoff.c | 746 unsigned char zeroes[16]; in simple_object_xcoff_write_to_file() local 749 memset (zeroes, 0, sizeof zeroes); in simple_object_xcoff_write_to_file() 751 if (write > sizeof zeroes) in simple_object_xcoff_write_to_file() 752 write = sizeof zeroes; in simple_object_xcoff_write_to_file() 753 if (!simple_object_internal_write (descriptor, offset, zeroes, write, in simple_object_xcoff_write_to_file()
|
D | simple-object-coff.c | 653 unsigned char zeroes[16]; in simple_object_coff_write_to_file() local 656 memset (zeroes, 0, sizeof zeroes); in simple_object_coff_write_to_file() 658 if (write > sizeof zeroes) in simple_object_coff_write_to_file() 659 write = sizeof zeroes; in simple_object_coff_write_to_file() 660 if (!simple_object_internal_write (descriptor, offset, zeroes, write, in simple_object_coff_write_to_file()
|
D | simple-object-elf.c | 884 unsigned char zeroes[16]; in simple_object_elf_write_to_file() local 887 memset (zeroes, 0, sizeof zeroes); in simple_object_elf_write_to_file() 889 if (write > sizeof zeroes) in simple_object_elf_write_to_file() 890 write = sizeof zeroes; in simple_object_elf_write_to_file() 891 if (!simple_object_internal_write (descriptor, sh_offset, zeroes, in simple_object_elf_write_to_file()
|
D | simple-object-mach-o.c | 1133 unsigned char zeroes[16]; in simple_object_mach_o_write_segment() local 1136 memset (zeroes, 0, sizeof zeroes); in simple_object_mach_o_write_segment() 1138 if (write > sizeof zeroes) in simple_object_mach_o_write_segment() 1139 write = sizeof zeroes; in simple_object_mach_o_write_segment() 1140 if (!simple_object_internal_write (descriptor, offset, zeroes, write, in simple_object_mach_o_write_segment()
|
D | functions.texi | 1779 If the common prefix contains only leading zeroes, the longest part is less 1793 @result{} <0 // @r{idem, but with leading zeroes only.}
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
D | noreorder.d | 1 #objdump: -dr --disassemble-zeroes
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/ |
D | operand-or.d | 2 # objdump: -d --disassemble-zeroes
|
D | opc-f.d | 2 # objdump: -d --disassemble-zeroes
|
/toolchain/binutils/binutils-2.27/ld/scripttempl/ |
D | epocpe.sc | 27 /* These zeroes mark the end of the import list. */
|
D | i386beos.sc | 22 /* These zeroes mark the end of the import list. */
|
D | mcorepe.sc | 27 /* These zeroes mark the end of the import list. */
|
D | pe.sc | 35 /* These zeroes mark the end of the import list. */
|
D | pep.sc | 35 /* These zeroes mark the end of the import list. */
|
/toolchain/binutils/binutils-2.27/zlib/doc/ |
D | rfc1950.txt | 496 checked separately. (Any sequence of zeroes has a Fletcher
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | NEWS | 394 --disassemble-zeroes and --no-show-raw-insn options which affect disassembler
|
D | ChangeLog-2008 | 685 many zeroes are skipped and the file offset of the point where
|
D | ChangeLog-9197 | 602 Skip a certain number of leading zeroes. 605 (usage): Mention --disassemble-zeroes. 606 (long_options): Add "disassemble-zeroes". 611 * objdump.c (disassemble_bytes): Don't skip zeroes if the
|
D | ChangeLog-9899 | 96 --debugging, --stabs and --disassemble-zeroes.
|
/toolchain/binutils/binutils-2.27/binutils/po/ |
D | zh_TW.po | 2326 " -z, --disassemble-zeroes Do not skip blocks of zeroes when disassembling\n" 2348 " -z, --disassemble-zeroes 反組譯時不要跳過為零的區塊\n"
|
D | ru.po | 3905 " -z, --disassemble-zeroes Do not skip blocks of zeroes when disassembling\n" 3936 " -z, --disassemble-zeroes не пропускать блоки нулей при\n"
|
D | tr.po | 2378 " -z, --disassemble-zeroes Do not skip blocks of zeroes when disassembling\n" 2406 " -z, --disassemble-zeroes Karşıt-çevirim esnasında sıfır bloklarını \n"
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-s390.texi | 580 @item z @tab jump on zero / if zeroes
|
/toolchain/binutils/binutils-2.27/gas/testsuite/ |
D | ChangeLog-9303 | 3034 * gas/mips/elfel-rel2.d: Don't test trailing zeroes in dump. 3201 * gas/mips/eld_rel2.d: Do not expect zeroes at end of dump. 4190 * gasp/macro.out: Fix label numbers to remove leading zeroes. 4191 * gasp/mdouble.out: Fix label numbers to remove leading zeroes. 4212 * gas/ia64/opc-f.d: Disassemble zeroes to verify break.f. 6101 * gas/mri/expr.d: Permit leading zeroes, in case we're using a
|
/toolchain/binutils/binutils-2.27/binutils/doc/ |
D | binutils.texi | 1936 [@option{-z}|@option{--disassemble-zeroes}] 2111 dumped. If zeroes are being skipped, then when disassembly resumes, 2112 tell the user how many zeroes were skipped and the file offset of the 2582 @itemx --disassemble-zeroes 2583 Normally the disassembly output will skip blocks of zeroes. This
|
/toolchain/binutils/binutils-2.27/cpu/ |
D | mep-core.cpu | 817 (comment "optional leading zeroes instruction")) 2320 (dnci ldz "leading zeroes" (OPTIONAL_LDZ_INSN (STALL INT2))
|