Home
last modified time | relevance | path

Searched refs:hexdump (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/kexec/
A Dkexec_common_lib.sh55 secureboot_mode=$(hexdump -v -e '/1 "%d\ "' \
57 setup_mode=$(hexdump -v -e '/1 "%d\ "' \
/tools/testing/selftests/powerpc/switch_endian/
A DMakefile19 hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
/tools/testing/selftests/bpf/
A Dtest_progs.h188 void hexdump(const char *prefix, const void *buf, size_t len);
356 hexdump("\t", __act, __len); \
358 hexdump("\t", __exp, __len); \
A Dtest_progs.c1284 void hexdump(const char *prefix, const void *buf, size_t len) in hexdump() function
/tools/perf/tests/shell/
A Dbuildid.sh60 cut -c 33-48 | hexdump -ve '/1 "%02x"' | \

Completed in 13 milliseconds