Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Dbuiltin.h36 const char *debug_checksum; member
H A Dwarn.h153 insn->sym->pfunc->debug_checksum)) { \
H A Delf.h88 u8 debug_checksum : 1; member
/linux/tools/objtool/
H A Dbuiltin-check.c98 OPT_STRING(0, "debug-checksum", &opts.debug_checksum, "funcs", "enable checksum debug output"),
175 if (opts.debug_checksum && !opts.checksum) { in opts_valid()
H A Dcheck.c3669 if (!opts.debug_checksum) in checksum_debug_init()
3672 dup = strdup(opts.debug_checksum); in checksum_debug_init()
3691 func->debug_checksum = 1; in checksum_debug_init()