Home
last modified time | relevance | path

Searched refs:c_file (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/
Dtest_script.sh60 c_file=`dirname "$2"`/test.c
80 echo "Running CBMC: ${CBMC} ${cbmc_opts} ${c_file}"
81 if ${CBMC} ${cbmc_opts} "${c_file}"; then
/kernel/linux/linux-5.10/tools/objtool/
Dobjtool.h24 bool ignore_unreachables, c_file, hints, rodata; member
Dobjtool.c67 file.c_file = !vmlinux && find_section_by_name(file.elf, ".comment"); in objtool_open_read()
Dcheck.c2844 if (file->c_file && func && insn->func && func != insn->func->pfunc) { in validate_branch()