/toolchain/binutils/binutils-2.25/bfd/ |
D | mep-relocs.pl | 51 if (($pre,$rel,$rest) = /(.*RELOC_NUMBER \()([^,]+), *\d+(.*)/) { 52 $rest =~ s/[\r\n]+$//; 53 print (MEPHO "$pre$rel, $val$rest\n") || die("mep.h.new write: $!"); 58 $rest =~ s@.*/\* @@; 59 ($pattern, $sign, $attrs) = $rest =~ m@(.*) ([US]) (.*)\*/@;
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
D | nm.exp | 58 while {[regexp "(\[a-zA-Z\]) (\[a-z_\]*_symbol)(.*)" $got all type symbol rest]} { 60 set got $rest 85 while {[regexp "(\[a-z_\]*_symbol)(.*)" $got all symbol rest]} { 87 set got $rest
|
D | objdump.exp | 121 while {[regexp "(\[a-z\]*_symbol)(.*)" $got all symbol rest]} { 123 set got $rest
|
D | objcopy.exp | 306 while {[regexp $headers_regexp $got all name size vma rest]} { 315 set got $rest 347 while {[regexp $headers_regexp $got all name size vma rest]} { 352 set got $rest
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | macro-pld.s | 1 .macro foo arg, rest:vararg 2 \rest
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-z80.c | 335 char c, *rest, *line_start; in z80_start_line_hook() local 343 rest = input_line_pointer + 1; in z80_start_line_hook() 345 if (*rest == ':') in z80_start_line_hook() 346 ++rest; in z80_start_line_hook() 347 if (*rest == ' ' || *rest == '\t') in z80_start_line_hook() 348 ++rest; in z80_start_line_hook() 349 if (*rest == '.') in z80_start_line_hook() 350 ++rest; in z80_start_line_hook() 351 if (strncasecmp (rest, "EQU", 3) == 0) in z80_start_line_hook() 353 else if (strncasecmp (rest, "DEFL", 4) == 0) in z80_start_line_hook() [all …]
|
D | tc-tic54x.c | 5370 tic54x_start_label (int c, char *rest) in tic54x_start_label() argument 5379 char *label = rest; in tic54x_start_label() 5394 while (ISSPACE (c = *++rest)) in tic54x_start_label() 5399 return (strncasecmp (rest, ".tag", 4) != 0 || !ISSPACE (rest[4])) in tic54x_start_label() 5400 && (strncasecmp (rest, ".struct", 7) != 0 || !ISSPACE (rest[7])) in tic54x_start_label() 5401 && (strncasecmp (rest, ".union", 6) != 0 || !ISSPACE (rest[6])) in tic54x_start_label() 5402 && (strncasecmp (rest, ".macro", 6) != 0 || !ISSPACE (rest[6])) in tic54x_start_label() 5403 && (strncasecmp (rest, ".set", 4) != 0 || !ISSPACE (rest[4])) in tic54x_start_label() 5404 && (strncasecmp (rest, ".equ", 4) != 0 || !ISSPACE (rest[4])); in tic54x_start_label()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | read.c | 847 char *rest = input_line_pointer + 1; in read_a_source_file() local 849 if (*rest == ':') in read_a_source_file() 850 ++rest; in read_a_source_file() 851 if (*rest == ' ' || *rest == '\t') in read_a_source_file() 852 ++rest; in read_a_source_file() 853 if ((strncasecmp (rest, "EQU", 3) == 0 in read_a_source_file() 854 || strncasecmp (rest, "SET", 3) == 0) in read_a_source_file() 855 && (rest[3] == ' ' || rest[3] == '\t')) in read_a_source_file() 857 input_line_pointer = rest + 3; in read_a_source_file() 859 strncasecmp (rest, "SET", 3) == 0); in read_a_source_file() [all …]
|
/toolchain/binutils/binutils-2.25/config/ |
D | lcmessage.m4 | 7 dnl the same distribution terms as the rest of that program. 14 dnl by the GNU Library General Public License, and the rest of the GNU
|
D | nls.m4 | 7 dnl the same distribution terms as the rest of that program. 14 dnl by the GNU Library General Public License, and the rest of the GNU
|
D | progtest.m4 | 7 dnl the same distribution terms as the rest of that program. 14 dnl by the GNU Library General Public License, and the rest of the GNU
|
D | codeset.m4 | 7 dnl the same distribution terms as the rest of that program.
|
D | elf.m4 | 6 dnl the same distribution terms as the rest of that program.
|
D | glibc21.m4 | 7 dnl the same distribution terms as the rest of that program.
|
D | ulonglong.m4 | 7 dnl the same distribution terms as the rest of that program.
|
D | inttypes.m4 | 7 dnl the same distribution terms as the rest of that program.
|
D | stdint_h.m4 | 7 dnl the same distribution terms as the rest of that program.
|
D | inttypes_h.m4 | 7 dnl the same distribution terms as the rest of that program.
|
D | gc++filt.m4 | 9 dnl the same distribution terms as the rest of that program.
|
D | inttypes-pri.m4 | 7 dnl the same distribution terms as the rest of that program.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/ |
D | explode | 187 macro rest c,d 188 foo {a;b},{{rest};e;}
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | weakref1g.d | 9 # the rest of this file is generated with the following script:
|
D | weakref1l.d | 8 # the rest of this file is generated with the following script:
|
D | weakref1w.d | 7 # the rest of this file is generated with the following script:
|
D | weakref1u.d | 8 # the rest of this file is generated with the following script:
|