Searched refs:octal (Results 1 – 25 of 37) sorted by relevance
12
/toolchain/binutils/binutils-2.27/binutils/ |
D | size.c | 45 decimal, octal, hex enumerator 180 radix = octal; in main() 208 radix = octal; in main() 251 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t"), in main() 423 ((radix == octal) ? "0%" BFD_VMA_FMT "o" : "0x%" BFD_VMA_FMT "x")), in size_number() 436 ((radix == octal) ? "0%" BFD_VMA_FMT "o" : "0x%" BFD_VMA_FMT "x")), in rprint_number() 480 puts ((radix == octal) ? " text\t data\t bss\t oct\t hex\tfilename" : in print_berkeley_format() 497 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t"), in print_berkeley_format()
|
D | ChangeLog-2013 | 112 * winduni.c (languages): Use \345 (octal syntax) rather than
|
D | ChangeLog-9197 | 20 ({l,r}print_number): For octal and hex fields, print field using 2151 (print_value): New static function, to print 64 bit octal and
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/ |
D | cons.s | 5 .global binary, octal, hex, field 7 octal: .word 011q, 12q, 013Q label
|
D | cons.d | 12 0+002 <octal>:
|
D | consfar.d | 14 0+002 <octal>:
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-z80.texi | 77 @samp{Q}, @samp{O}, @samp{q} or @samp{o} for octal, and @samp{B} for
|
D | as.texinfo | 681 indicates a hexadecimal value, and a leading @samp{0} indicates an octal 2938 @c Mnemonic for ACKnowledge; for ASCII this is octal code 007. 2943 Mnemonic for backspace; for ASCII this is octal code 010. 2946 @c Mnemonic for EOText; for ASCII this is octal code 004. 2951 Mnemonic for FormFeed; for ASCII this is octal code 014. 2956 Mnemonic for newline; for ASCII this is octal code 012. 2959 @c Mnemonic for prefix; for ASCII this is octal code 033, usually known as @code{escape}. 2964 Mnemonic for carriage-Return; for ASCII this is octal code 015. 2967 @c Mnemonic for space; for ASCII this is octal code 040. Included for compliance with 2973 Mnemonic for horizontal Tab; for ASCII this is octal code 011. [all …]
|
D | c-tic54x.texi | 737 Returns 1 if string @var{expr} is binary, 2 if octal, 3 if hexadecimal,
|
D | internals.texi | 964 octal (Q), and hexadecimal (H). Case is not significant.
|
/toolchain/binutils/binutils-2.27/include/coff/ |
D | ChangeLog-9103 | 879 * rs6000.h: Change non-ASCII characters in comment to octal
|
/toolchain/binutils/binutils-2.27/binutils/doc/ |
D | binutils.texi | 985 @samp{d} for decimal, @samp{o} for octal, or @samp{x} for hexadecimal. 2768 section is given in decimal (@option{-d}, or @option{--radix=10}); octal 2773 octal and hexadecimal if you're using @option{-o}. 2897 octal, @samp{x} for hexadecimal, or @samp{d} for decimal.
|
/toolchain/binutils/binutils-2.27/binutils/po/ |
D | zh_TW.po | 5094 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n"
|
D | rw.po | 4662 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n"
|
D | es.po | 7938 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n" 7950 " -o|-d|-x --radix={8|10|16} Muestra los números en octal, decimal o\n"
|
D | ca.po | 8836 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n" 8848 " -o|-d|-x --radix={8|10|16} Mostra els nombres en octal, decimal o hex\n"
|
D | fr.po | 8768 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n" 8779 " -o|-d|-x --radix={8|10|16} Afficher les nombres en octal, décimal ou hexadécimal\n"
|
D | hr.po | 7389 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n"
|
D | ru.po | 7855 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n"
|
D | tr.po | 5159 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n"
|
D | bg.po | 8448 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n"
|
D | uk.po | 7839 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n"
|
D | id.po | 5951 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n"
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9295 | 222 * config/m68k-parse.y (yylex): In MRI mode, '@' can start an octal 1912 constant and @ as the prefix for an octal constant. Treat : as 4298 * config/tc-a29k.c (octal, toHex): Variables deleted. 8915 * read.c (next_char_of_string): Limit octal character constants to
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ld.texinfo | 5591 octal, and an integer beginning with @samp{0x} or @samp{0X} to be 5593 @samp{H} for hexadecimal, @samp{o} or @samp{O} for octal, @samp{b} or
|
12