Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 105) sorted by relevance

12345

/toolchain/binutils/binutils-2.25/bfd/
Dmep-relocs.pl51 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/
Dnm.exp58 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
Dobjdump.exp121 while {[regexp "(\[a-z\]*_symbol)(.*)" $got all symbol rest]} {
123 set got $rest
Dobjcopy.exp306 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/
Dmacro-pld.s1 .macro foo arg, rest:vararg
2 \rest
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z80.c335 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 …]
Dtc-tic54x.c5370 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/
Dread.c847 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/
Dlcmessage.m47 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
Dnls.m47 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
Dprogtest.m47 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
Dcodeset.m47 dnl the same distribution terms as the rest of that program.
Delf.m46 dnl the same distribution terms as the rest of that program.
Dglibc21.m47 dnl the same distribution terms as the rest of that program.
Dulonglong.m47 dnl the same distribution terms as the rest of that program.
Dinttypes.m47 dnl the same distribution terms as the rest of that program.
Dstdint_h.m47 dnl the same distribution terms as the rest of that program.
Dinttypes_h.m47 dnl the same distribution terms as the rest of that program.
Dgc++filt.m49 dnl the same distribution terms as the rest of that program.
Dinttypes-pri.m47 dnl the same distribution terms as the rest of that program.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
Dexplode187 macro rest c,d
188 foo {a;b},{{rest};e;}
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
Dweakref1g.d9 # the rest of this file is generated with the following script:
Dweakref1l.d8 # the rest of this file is generated with the following script:
Dweakref1w.d7 # the rest of this file is generated with the following script:
Dweakref1u.d8 # the rest of this file is generated with the following script:

12345