Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 25 of 266) sorted by relevance

1234567891011

/toolchain/binutils/binutils-2.25/gas/
Dapp.c425 ? EOF \ in do_scrub_chars()
488 if (ch == EOF) in do_scrub_chars()
502 if (ch == EOF) in do_scrub_chars()
520 if (ch == EOF) in do_scrub_chars()
526 while (ch != EOF && IS_WHITESPACE (ch)) in do_scrub_chars()
537 while (ch != EOF && ch != '\n') in do_scrub_chars()
576 if (ch == EOF) in do_scrub_chars()
628 case EOF: in do_scrub_chars()
675 if (ch == EOF) in do_scrub_chars()
706 else if (ch != EOF) in do_scrub_chars()
[all …]
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dgeneric.em3 fragment <<EOF
42 EOF
51 fragment <<EOF
59 EOF
64 fragment <<EOF
67 EOF
70 fragment <<EOF
73 EOF
77 fragment <<EOF
81 EOF
[all …]
Delf32.em11 fragment <<EOF
68 EOF
73 fragment <<EOF
77 EOF
96 fragment <<EOF
107 EOF
111 fragment <<EOF
146 EOF
149 fragment <<EOF
376 EOF
[all …]
Dgld960.em3 fragment <<EOF
74 EOF
83 fragment <<EOF
89 EOF
104 fragment <<EOF
119 EOF
123 fragment <<EOF
154 EOF
Dgld960c.em3 fragment <<EOF
87 EOF
96 fragment <<EOF
102 EOF
117 fragment <<EOF
132 EOF
136 fragment <<EOF
167 EOF
Dticoff.em4 fragment <<EOF
107 EOF
118 fragment <<EOF
132 EOF
137 fragment <<EOF
152 EOF
156 fragment <<EOF
186 EOF
Dlinux.em8 fragment <<EOF
131 EOF
140 fragment <<EOF
146 EOF
161 fragment <<EOF
176 EOF
180 fragment <<EOF
211 EOF
Dlnk960.em3 fragment <<EOF
210 EOF
219 fragment <<EOF
225 EOF
240 fragment <<EOF
255 EOF
259 fragment <<EOF
290 EOF
Dgenelf.em24 fragment <<EOF
27 EOF
29 fragment <<EOF
66 EOF
Dm68kcoff.em3 fragment <<EOF
165 EOF
174 fragment <<EOF
180 EOF
195 fragment <<EOF
210 EOF
214 fragment <<EOF
245 EOF
/toolchain/binutils/binutils-2.25/config/
Dstdint.m4201 sed 's/^ *//' >> tmp-stdint.h <<EOF
207 EOF
216 sed 's/^ *//' >> tmp-stdint.h <<EOF
227 EOF
231 sed 's/^ *//' >> tmp-stdint.h <<EOF
292 EOF
294 sed 's/^ *//' >> tmp-stdint.h <<EOF
336 EOF
338 sed 's/^ *//' >> tmp-stdint.h <<EOF
359 EOF
[all …]
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Dnds32elf.sc273 cat <<EOF
301 EOF
305 cat <<EOF
308 EOF
315 cat > ldscripts/dyntmp.$$ <<EOF
324 EOF
331 eval $COMBRELOCCAT <<EOF
369 EOF
372 cat >> ldscripts/dyntmp.$$ <<EOF
375 EOF
[all …]
Dz80.sc9 cat << EOF
21 EOF
25 cat <<EOF
47 EOF
Delf.sc329 cat <<EOF
355 EOF
359 cat <<EOF
362 EOF
369 cat > ldscripts/dyntmp.$$ <<EOF
378 EOF
385 eval $COMBRELOCCAT <<EOF
423 EOF
426 cat >> ldscripts/dyntmp.$$ <<EOF
429 EOF
[all …]
Darmbpabi.sc147 cat <<EOF
204 EOF
205 cat <<EOF
340 EOF
344 cat <<EOF
349 EOF
358 eval $COMBRELOCCAT <<EOF
390 EOF
392 cat <<EOF
395 EOF
[all …]
Diq2000.sc123 cat <<EOF
152 EOF
158 eval $COMBRELOCCAT <<EOF
267 EOF
269 cat <<EOF
272 EOF
274 cat <<EOF
278 EOF
280 cat <<EOF
282 EOF
[all …]
Delf_chaos.sc155 cat <<EOF
192 EOF
198 eval $COMBRELOCCAT <<EOF
223 EOF
225 cat <<EOF
228 EOF
230 cat <<EOF
234 EOF
236 cat <<EOF
238 EOF
[all …]
Delf32sh-symbian.sc156 cat <<EOF
297 EOF
303 eval $COMBRELOCCAT <<EOF
328 EOF
330 cat <<EOF
333 EOF
335 cat <<EOF
339 EOF
341 cat <<EOF
343 EOF
[all …]
Di386go32.sc23 cat <<EOF
80 EOF
84 cat <<EOF
86 EOF
Delf64hppa.sc274 cat <<EOF
302 EOF
306 cat > ldscripts/dyntmp.$$ <<EOF
315 EOF
322 eval $COMBRELOCCAT <<EOF
354 EOF
357 cat >> ldscripts/dyntmp.$$ <<EOF
360 EOF
362 cat >> ldscripts/dyntmp.$$ <<EOF
370 EOF
[all …]
Delfxtensa.sc288 cat <<EOF
313 EOF
317 cat > ldscripts/dyntmp.$$ <<EOF
326 EOF
333 eval $COMBRELOCCAT <<EOF
365 EOF
368 cat >> ldscripts/dyntmp.$$ <<EOF
371 EOF
373 cat >> ldscripts/dyntmp.$$ <<EOF
377 EOF
[all …]
Dia64vms.sc13 cat <<EOF
119 EOF
123 cat <<EOF
128 EOF
Dmep.sc205 cat <<EOF
243 EOF
249 eval $COMBRELOCCAT <<EOF
280 EOF
282 cat <<EOF
285 EOF
287 cat <<EOF
291 EOF
293 cat <<EOF
295 EOF
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Dstrings.c182 long_options, (int *) 0)) != EOF) in main()
457 if (fclose (stream) == EOF) in strings_file()
494 return EOF; in get_char()
505 if (c == EOF) in get_char()
506 return EOF; in get_char()
561 if (c == EOF) in print_strings()
645 if (c == EOF) in print_strings()
/toolchain/binutils/binutils-2.25/bfd/
Dsrec.c226 return EOF; in srec_get_byte()
242 if (c == EOF) in srec_bad_byte()
308 while ((c = srec_get_byte (abfd, &error)) != EOF) in srec_scan()
331 && c != EOF) in srec_scan()
333 if (c == EOF) in srec_scan()
350 while ((c = srec_get_byte (abfd, &error)) != EOF in srec_scan()
357 if (c == EOF) in srec_scan()
371 while ((c = srec_get_byte (abfd, &error)) != EOF in srec_scan()
389 if (c == EOF) in srec_scan()
403 while ((c = srec_get_byte (abfd, &error)) != EOF in srec_scan()
[all …]

1234567891011