Searched refs:endian (Results 1 – 2 of 2) sorted by relevance
| /scripts/ |
| A D | event_dump.py | 27 def show_sym(fname, data, endian, evtype, sym): argument 40 fmt = '%s%s' % ('>' if endian == 'big' else '<', 56 if not func_name and endian == 'auto': 57 endian = 'big' 86 def show_event_spy_list(fname, endian): argument 102 show_sym(fname, data, endian, evtype, sym) 116 show_event_spy_list(args.elf, args.endian)
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 902 Write a double-cell value to the device tree in big-endian format 1000 * fdt32_t is a big-endian 32-bit value defined to uint32_t in libfdt_env.h
|
Completed in 11 milliseconds