Home
last modified time | relevance | path

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

/Linux-v4.19/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
/Linux-v4.19/tools/objtool/
Dcheck.h64 bool ignore_unreachables, c_file, hints; member
Dcheck.c1801 if (file->c_file && func && insn->func && func != insn->func->pfunc) { in validate_branch()
2175 file.c_file = find_section_by_name(file.elf, ".comment"); in check()