Home
last modified time | relevance | path

Searched refs:done (Results 1 – 25 of 248) sorted by relevance

12345678910

/toolchain/binutils/binutils-2.25/opcodes/
Dpdp11-dis.c218 goto done; in print_insn_pdp11()
223 goto done; in print_insn_pdp11()
231 goto done; in print_insn_pdp11()
239 goto done; in print_insn_pdp11()
249 goto done; in print_insn_pdp11()
257 goto done; in print_insn_pdp11()
267 goto done; in print_insn_pdp11()
278 goto done; in print_insn_pdp11()
289 goto done; in print_insn_pdp11()
300 goto done; in print_insn_pdp11()
[all …]
/toolchain/binutils/binutils-2.25/gprof/
Dgmon_io.c85 done (1); in gmon_get_ptr_size()
312 done (1); in gmon_out_read()
320 done (1); in gmon_out_read()
330 done (1); in gmon_out_read()
341 done (1); in gmon_out_read()
371 done (1); in gmon_out_read()
404 done (1); in gmon_out_read()
416 done (1); in gmon_out_read()
438 done (1); in gmon_out_read()
459 done (1); in gmon_out_read()
[all …]
Dgprof.c179 done (status); in usage()
336 done (1); in main()
426 done (0); in main()
491 done (1); in main()
542 done (1); in main()
595 done (1); in main()
602 done (1); in main()
644 done (int status) in done() function
Dcorefile.c62 done (1); in parse_error()
86 done (1); in read_function_mappings()
182 done (1); in core_init()
188 done (1); in core_init()
200 done (1); in core_init()
212 done (1); in core_init()
222 done (1); in core_init()
275 done (1); in core_get_text_space()
527 done (1); in core_create_syms_from()
536 done (1); in core_create_syms_from()
[all …]
Dhist.c109 done (1); in read_histogram_header()
138 done (1); in read_histogram_header()
148 done (1); in read_histogram_header()
160 done (1); in read_histogram_header()
197 done (1); in hist_read_rec()
231 done (1); in hist_read_rec()
268 done (1); in hist_write_hist()
278 done (1); in hist_write_hist()
714 done (1); in hist_clip_symbol_address()
Dbasic_blocks.c130 done (1); in bb_read_rec()
152 done (1); in bb_read_rec()
159 done (1); in bb_read_rec()
227 done (1); in bb_write_blocks()
239 done (1); in bb_write_blocks()
Dcall_graph.c91 done (1); in cg_read_rec()
122 done (1); in cg_write_arcs()
/toolchain/binutils/binutils-2.25/libiberty/
Dpartition.c142 char *done; in partition_print() local
149 done = (char *) xmalloc (num_elements); in partition_print()
150 memset (done, 0, num_elements); in partition_print()
158 if (! done[e]) in partition_print()
167 done[c] = 1; in partition_print()
181 free (done); in partition_print()
Dargv.c316 goto done; in writeargv()
322 goto done; in writeargv()
330 goto done; in writeargv()
335 done: in writeargv()
/toolchain/binutils/binutils-2.25/
Dconfig-ml.in97 # our caller has already done to figure them out and requiring these two
167 done
221 done
237 done
248 done
259 done
270 done
282 done
293 done
306 done
[all …]
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/
Dwindres.exp61 set done 0
101 set done 1
109 if { $done != 0 } {
135 set done 1
139 if { $done == 0 } {
/toolchain/binutils/binutils-2.25/config/
Dlib-link.m4107 acl_cv_rpath=done
172 done
240 done
263 done
285 done
300 done
364 done
414 done
428 done
449 done
[all …]
Dacinclude.m4212 done
229 done
252 done
273 done
295 done
308 done
321 done
348 done
365 done
394 done
[all …]
Dstdint.m476 done
91 done
104 done
128 # ----------------- done included file, check C basic types --------
193 # ----------------- done all checks, emit header -------------
229 # ----------------- done header, emit basic int types -------------
362 # ------------- done basic int types, emit int64_t types ------------
473 # ------------- done int64_t types, emit intptr types ------------
491 # ------------- done intptr types, emit int_least types ------------
512 # ------------- done intptr types, emit int_fast types ------------
Dgettext-sister.m45 # autoconf probes done by the intl directory - it's already done them
64 done
Dpo.m4143 done
164 done
168 done
174 done
185 done
189 done],
/toolchain/binutils/binutils-2.25/ld/
Dldmisc.c289 bfd_boolean done; in vfinfo() local
358 done = fmt[-1] != 'H'; in vfinfo()
362 fprintf (fp, "%u%s", linenumber, done ? "" : ":"); in vfinfo()
364 done = FALSE; in vfinfo()
369 done = FALSE; in vfinfo()
371 if (!done) in vfinfo()
Dmri.c141 int done = 0; in mri_draw_tree() local
143 for (olist = order; done == 0 && olist != NULL; olist = olist->next) in mri_draw_tree()
148 done = 1; in mri_draw_tree()
152 if (!done) in mri_draw_tree()
/toolchain/binutils/binutils-2.25/binutils/
Drdcoff.c386 bfd_boolean done; in parse_coff_struct_type() local
394 done = FALSE; in parse_coff_struct_type()
395 while (! done in parse_coff_struct_type()
447 done = TRUE; in parse_coff_struct_type()
451 if (! done) in parse_coff_struct_type()
494 bfd_boolean done; in parse_coff_enum_type() local
503 done = FALSE; in parse_coff_enum_type()
504 while (! done in parse_coff_enum_type()
541 done = TRUE; in parse_coff_enum_type()
/toolchain/binutils/binutils-2.25/etc/
Dtexi2pod.pl243 $done = 0;
247 open($inf, "<" . $mypath) and ($done = 1, last);
249 die "cannot find $file" if !$done;
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
Dr-bcc.d31 28: 22 06 bc\.b 2e <done>
34 0000002e <done>:
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dmips32r2.s22 # Note, further testing of rdhwr is done in hwr-names-mips32r2.d
34 # Additional rotate tests are done by rol-hw.d.
/toolchain/binutils/binutils-2.25/cpu/
Dfrv.cpu73 1 1 ; issue done
110 1 1 ; issue done
118 1 1 ; issue done
126 1 1 ; issue done
134 1 1 ; issue done
142 1 1 ; issue done
151 1 1 ; issue done
160 1 1 ; issue done
168 1 1 ; issue done
178 1 3 ; issue done
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/
DREADME14 calling objdump_start or something similar should not be done from
24 calling objdump_start or something similar should not be done from
/toolchain/binutils/binutils-2.25/gold/
Dgdb-index.cc571 int done = 0; in class_name_from_linkage_name() local
575 while (!done) in class_name_from_linkage_name()
588 done = 1; in class_name_from_linkage_name()
604 done = 0; in class_name_from_linkage_name()
607 while (!done) in class_name_from_linkage_name()
621 done = 1; in class_name_from_linkage_name()
624 done = 1; in class_name_from_linkage_name()

12345678910