Home
last modified time | relevance | path

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

123

/tools/
A Drelocate-rela.c142 debug("64bit version\n"); in decode_elf64()
233 debug("%s\n", sh_name); in decode_elf64()
276 debug("32bit version\n"); in decode_elf32()
375 debug("%s\n", sh_name); in decode_elf32()
522 debug("Type:\t"); in supported_rela32()
527 debug("R_68K_32\n"); in supported_rela32()
530 debug("R_68K_GLOB_DAT\n"); in supported_rela32()
533 debug("R_68K_JMP_SLOT\n"); in supported_rela32()
539 debug("R_68K_RELATIVE\n"); in supported_rela32()
545 debug("R_MICROBLAZE_32\n"); in supported_rela32()
[all …]
A Dzynqmp_pm_cfg_obj_convert.py23 level=(logging.DEBUG if args.debug else logging.WARNING))
261 logging.debug("* ITEM " + item)
272 logging.debug(" - num " + str(num))
280 logging.debug(" - def " + hex(num))
283 logging.debug(" = res " + hex(value))
A Dmkimage.h28 #define debug(fmt,args...) printf (fmt ,##args) macro
30 #define debug(fmt,args...) macro
33 #define log_debug(fmt, args...) debug(fmt, ##args)
A Ddumpimage.h27 #define debug(fmt, args...) printf(fmt, ##args) macro
29 #define debug(fmt, args...) macro
A Ddefault_image.c58 debug("%s: Bad image size: \"%s\" is no valid image\n", in image_verify_header()
71 debug("%s: Bad Magic Number: \"%s\" is no valid image\n", in image_verify_header()
83 debug("%s: ERROR: \"%s\" has bad header checksum!\n", in image_verify_header()
96 debug("%s: Bad image size: \"%s\" is no valid image\n", in image_verify_header()
103 debug("%s: ERROR: \"%s\" has corrupted data!\n", in image_verify_header()
A Dfit_image.c604 debug("Extracting data size %x\n", len); in fit_extract_data()
634 debug("External data size %x\n", buf_ptr); in fit_extract_data()
638 debug("%s: Failed to truncate file: %s\n", __func__, in fit_extract_data()
656 debug("%s: Failed to seek to end of file: %s\n", __func__, in fit_extract_data()
662 debug("%s: Failed to write external data to file %s\n", in fit_extract_data()
709 debug("%s: Failed to expand FIT: %s\n", __func__, in fit_import_data()
745 debug("Importing data size %x\n", len); in fit_import_data()
751 debug("%s: Failed to write property: %s\n", __func__, in fit_import_data()
824 debug("%s: Failed to write external data to file %s\n", in fit_import_data()
863 debug ("FIT format handling\n"); in fit_handle_file()
[all …]
A Datmelimage.c60 debug("token: '%s'\n", token); in atmel_find_pmecc_parameter_in_token()
69 debug("\t%s parameter: '%s'\n", configs[pos], param); in atmel_find_pmecc_parameter_in_token()
133 debug("atmelimage: interrupt vector #%zu is 0x%08X\n", pos+1, in atmel_verify_header()
318 debug("PMECC header filled 52 times with 0x%08X\n", tmp); in atmel_vrec_header()
A Dfdtgrep.c27 #define debug(a, b...) fprintf(stderr, a, ## b) macro
29 #define debug(a, b...) macro
520 debug("type=%x, data=%s\n", type, data ? data : "(null)"); in check_type_include()
522 debug(" - not in any condition\n"); in check_type_include()
537 debug(" - val->type=%x, str='%s', match=%d\n", in check_type_include()
540 debug(" - match inc %s\n", val->string); in check_type_include()
553 debug(" - match exc\n"); in check_type_include()
559 debug(" - supressed exc node\n"); in check_type_include()
654 debug(" - checking compatible2\n"); in h_include()
662 debug(" - checking node '%s'\n", in h_include()
[all …]
A Difdtool.c27 #define debug(fmt, args...) printf(fmt, ##args) macro
29 #define debug(fmt, args...) macro
63 debug("Found Flash Descriptor signature at 0x%08lx\n", in find_fd()
496 debug("Writing new image to %s\n", filename); in write_image()
614 debug("File %s is %d bytes\n", fname, *sizep); in open_for_read()
688 debug("Adding %s as the %s section\n", region_fname, in inject_region()
742 debug("Writing %s to offset %#x\n", write_fname, offset); in write_data()
902 debug("ROM size %d\n", rom_size); in main()
1029 debug("File %s is %d bytes\n", filename, size); in main()
1046 debug("ROM size changed to %d bytes\n", rom_size); in main()
A Dproftool.c268 #define debug(fmt, b...) outf(4, fmt, ##b) macro
591 debug("Checking trace config line '%s'\n", item->name); in check_trace_config_line()
594 debug(" - regex '%s', string '%s': %d\n", item->name, in check_trace_config_line()
1358 debug("Function '%s' is excluded from trace\n", in write_pages()
1506 debug("Start of flyrecord header at: 0x%llx\n", start_ofs); in write_flyrecord()
1547 debug("End of flyrecord header at: 0x%x, offset: 0x%llx\n", in write_flyrecord()
1550 debug("trace text base %lx, map file %lx\n", text_base, text_offset); in write_flyrecord()
1684 debug("entry %s: move from %s to %s\n", func->name, in process_call()
1692 debug("%d: %20s: entry at %ld\n", stack_ptr, func->name, in process_call()
1700 debug("exit %s: move from %s to %s\n", func->name, in process_call()
[all …]
A Drkspi.c39 debug("sector %u\n", sector); in rkspi_set_header()
A Dupdate_octeon_header.c180 debug("header size is: %d bytes\n", hdr_size); in main()
196 debug("option(l) %s", long_options[option_index].name); in main()
202 debug(" with arg %s\n", optarg); in main()
/tools/binman/
A Dmain.py49 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
80 'binman', debug, verbosity, False, test_preserve_dirs, processes,
116 if not args.debug:
128 ret_code = RunTests(args.debug, args.verbosity, args.processes,
131 if args.debug and not test_util.use_concurrent:
145 if args.debug:
A Dbinman49 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
80 'binman', debug, verbosity, False, test_preserve_dirs, processes,
116 if not args.debug:
128 ret_code = RunTests(args.debug, args.verbosity, args.processes,
131 if args.debug and not test_util.use_concurrent:
145 if args.debug:
A Dstate.py174 tout.debug('Processing entry args:')
181 tout.debug(' %20s = %s' % (name, value))
183 tout.debug('Processing entry args done')
388 tout.debug("File %s: Update node '%s' prop '%s' to %#x" %
/tools/buildman/
A Dbuildman30 def run_tests(skip_net_tests, debug, verbose, args): argument
52 'buildman', debug, verbose, False, False, args.threads, test_name, [],
75 if not args.debug:
80 return run_tests(args.skip_net_tests, args.debug, args.verbose, args)
A Dmain.py30 def run_tests(skip_net_tests, debug, verbose, args): argument
52 'buildman', debug, verbose, False, False, args.threads, test_name, [],
75 if not args.debug:
80 return run_tests(args.skip_net_tests, args.debug, args.verbose, args)
/tools/binman/etype/
A Dx509_cert.py55 self.debug = False
119 debug=self.debug
146 debug=self.debug
A Dfmap.py54 tout.debug("fmap: Add entry '%s' type '%s' (%s subentries)" %
/tools/binman/btool/
A Dopenssl.py156 bootcore_opts, load_addr, sha, debug): argument
245 dm_data_ext_boot_block, bootcore_opts, debug): argument
/tools/u_boot_pylib/
A Dtools.py67 tout.debug("Using output directory '%s'" % outdir)
70 tout.debug("Using temporary directory '%s'" % outdir)
76 tout.debug("Deleted temporary directory '%s'" % outdir)
124 tout.debug("Using input directories %s" % indir)
140 tout.debug("Updated input directories %s" % indir)
A Dtest_util.py159 def run_test_suites(toolname, debug, verbosity, no_capture, test_preserve_dirs, argument
179 if debug:
/tools/patman/
A D__main__.py32 if not args.debug:
A Dpatman32 if not args.debug:
/tools/patman/test/
A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch77 - debug("%s: Initial DRAM size %llx\n", __func__, (u64)gd->ram_size);
78 + debug("%s: Initial DRAM size %llx\n", __func__,

Completed in 28 milliseconds

123