Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic30.c82 debug (const char *string, ...) in debug() function
115 debug ("In md_begin()\n"); in md_begin()
311 debug ("In tic30_find_parallel_insn()\n"); in tic30_find_parallel_insn()
325 debug ("Found a parallel instruction\n"); in tic30_find_parallel_insn()
388 debug ("parallel insn = %s\n", parallel_insn); in tic30_find_parallel_insn()
405 debug ("In tic30_operand with %s\n", token); in tic30_operand()
414 debug ("Found direct reference\n"); in tic30_operand()
427 debug ("Direct reference is a label\n"); in tic30_operand()
431 debug ("Current input_line_pointer: %s\n", input_line_pointer); in tic30_operand()
434 debug ("Expression type: %d\n", in tic30_operand()
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
Dsections-1.s74 # DWARF debug
75 .section __DWARF,__debug_frame,regular,debug
76 .section __DWARF,__debug_info,regular,debug
77 .section __DWARF,__debug_abbrev,regular,debug
78 .section __DWARF,__debug_aranges,regular,debug
79 .section __DWARF,__debug_macinfo,regular,debug
80 .section __DWARF,__debug_line,regular,debug
81 .section __DWARF,__debug_loc,regular,debug
82 .section __DWARF,__debug_pubnames,regular,debug
83 .section __DWARF,__debug_pubtypes,regular,debug
[all …]
Dsections-1.d322 flags: 02000000 \(type: regular attr: debug\)
327 flags: 02000000 \(type: regular attr: debug\)
332 flags: 02000000 \(type: regular attr: debug\)
337 flags: 02000000 \(type: regular attr: debug\)
342 flags: 02000000 \(type: regular attr: debug\)
347 flags: 02000000 \(type: regular attr: debug\)
352 flags: 02000000 \(type: regular attr: debug\)
357 flags: 02000000 \(type: regular attr: debug\)
362 flags: 02000000 \(type: regular attr: debug\)
367 flags: 02000000 \(type: regular attr: debug\)
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
Dlabel-debug.d2 #name: D30V debug (-g) test
10 .*label-debug.s:4
12 .*label-debug.s:5
17 .*label-debug.s:8
19 .*label-debug.s:9
21 .*label-debug.s:10
23 .*label-debug.s:11
/toolchain/binutils/binutils-2.25/opcodes/
Daarch64-gen.c33 static int debug = 0; variable
235 if (debug) in divide_table_1()
243 if (debug) in divide_table_1()
260 if (debug) in divide_table_1()
268 if (debug) in divide_table_1()
291 if (debug) in divide_table_1()
342 if (debug) in divide_table_1()
372 if (debug) in initialize_decoder_tree()
434 if (debug) in print_decision_tree()
505 if (debug) in print_find_next_opcode()
[all …]
/toolchain/binutils/binutils-2.25/config/
Dbootstrap-debug-lib.mk9 STAGE1_TFLAGS += -g0 -fcompare-debug=
10 STAGE2_TFLAGS += -fcompare-debug=
11 STAGE3_TFLAGS += -fcompare-debug=-g0
12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
Dbootstrap-debug-lean.mk10 STAGE2_CFLAGS += -fcompare-debug=
11 STAGE3_CFLAGS += -fcompare-debug
/toolchain/binutils/binutils-2.25/bfd/
Decofflink.c1034 struct ecoff_debug_info *debug, in ecoff_add_string() argument
1042 symhdr = &debug->symbolic_header; in ecoff_add_string()
1203 struct ecoff_debug_info *debug, in bfd_ecoff_debug_externals() argument
1209 HDRR * const symhdr = &debug->symbolic_header; in bfd_ecoff_debug_externals()
1258 if (! bfd_ecoff_debug_one_external (abfd, debug, swap, in bfd_ecoff_debug_externals()
1270 struct ecoff_debug_info *debug, in bfd_ecoff_debug_one_external() argument
1278 HDRR * const symhdr = &debug->symbolic_header; in bfd_ecoff_debug_one_external()
1283 if ((size_t) (debug->ssext_end - debug->ssext) in bfd_ecoff_debug_one_external()
1286 if (! ecoff_add_bytes ((char **) &debug->ssext, in bfd_ecoff_debug_one_external()
1287 (char **) &debug->ssext_end, in bfd_ecoff_debug_one_external()
[all …]
Decoff.c494 struct ecoff_debug_info *debug) in _bfd_ecoff_slurp_symbolic_info() argument
510 BFD_ASSERT (debug == &ecoff_data (abfd)->debug_info); in _bfd_ecoff_slurp_symbolic_info()
525 internal_symhdr = &debug->symbolic_header; in _bfd_ecoff_slurp_symbolic_info()
583 debug->off2 = NULL; \ in _bfd_ecoff_slurp_symbolic_info()
585 debug->off2 = (type) ((char *) raw \ in _bfd_ecoff_slurp_symbolic_info()
612 debug->fdr = (FDR *) bfd_alloc (abfd, amt); in _bfd_ecoff_slurp_symbolic_info()
613 if (debug->fdr == NULL) in _bfd_ecoff_slurp_symbolic_info()
616 fdr_ptr = debug->fdr; in _bfd_ecoff_slurp_symbolic_info()
617 fraw_src = (char *) debug->external_fdr; in _bfd_ecoff_slurp_symbolic_info()
2340 struct ecoff_debug_info * const debug = &ecoff_data (abfd)->debug_info; in _bfd_ecoff_write_object_contents() local
[all …]
Delf64-alpha.c1354 struct ecoff_debug_info *debug) in elf64_alpha_read_ecoff_info() argument
1361 memset (debug, 0, sizeof (*debug)); in elf64_alpha_read_ecoff_info()
1371 symhdr = &debug->symbolic_header; in elf64_alpha_read_ecoff_info()
1378 debug->ptr = NULL; \ in elf64_alpha_read_ecoff_info()
1382 debug->ptr = (type) bfd_malloc (amt); \ in elf64_alpha_read_ecoff_info()
1383 if (debug->ptr == NULL) \ in elf64_alpha_read_ecoff_info()
1386 || bfd_bread (debug->ptr, amt, abfd) != amt) \ in elf64_alpha_read_ecoff_info()
1404 debug->fdr = NULL; in elf64_alpha_read_ecoff_info()
1411 if (debug->line != NULL) in elf64_alpha_read_ecoff_info()
1412 free (debug->line); in elf64_alpha_read_ecoff_info()
[all …]
/toolchain/binutils/binutils-2.25/ld/scripttempl/
DDWARF.sc8 /* DWARF debug sections.
13 .debug 0 : { *(.debug) }
Di386beos.sc123 *(.debug\$S)
124 *(.debug\$T)
125 *(.debug\$F)
127 *(.debug*)
Daix.sc71 .debug : {
72 *(.debug)
Depocpe.sc116 *(.debug\$S)
117 *(.debug\$T)
118 *(.debug\$F)
Dmcorepe.sc123 *(.debug\$S)
124 *(.debug\$T)
125 *(.debug\$F)
/toolchain/binutils/binutils-2.25/binutils/po/
DPOTFILES.in15 debug.c
16 debug.c
17 debug.h
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/
Dcompressed-1c.d3 #as: --64 --compress-debug-sections
6 #name: strip on compressed debug sections
Dcompressed-1a.d3 #as: --64 --compress-debug-sections
6 #name: objcopy on compressed debug sections
63 Raw dump of debug contents of section .[z]?debug_line:
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/
Dcompressed-1c.d3 #as: --32 --compress-debug-sections
6 #name: strip on compressed debug sections
Dcompressed-1a.d3 #as: --32 --compress-debug-sections
6 #name: objcopy on compressed debug sections
63 Raw dump of debug contents of section .[z]?debug_line:
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
Dwarn_nobreak.l5 If you don't need to debug this code use .set nobreak to turn off this warning.
9 If you don't need to debug this code use .set nobreak to turn off this warning.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
Daix-rel-1.od4 # It doesn't matter whether .text, .bss and .debug are listed, as long as
15 *3 \.debug * 0+0 .*
/toolchain/binutils/binutils-2.25/gold/
Dparameters.h138 debug() const in debug() function
242 { return (parameters->debug() & type) != 0; } in is_debugging_enabled()
DTODO7 --detect-odr-violations and --compress-debug-sections.
21 full debug info and using DW_TAG_inlined_subroutine in a clever way
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
Dpseudo.s2 .global debug symbol
4 debug: label

12345678910>>...14