Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest-convert-no-dwarf.ksh98 $ctf_cc $cflags $ctf_debugflags -c -o emptyfile.o emptyfile.c
100 $ctf_cc $cflags $ctf_debugflags -c -o emptyfile.o emptyfile.c
120 $ctf_cc $cflags $ctf_debugflags -c -o file2.o file2.c
129 $ctf_cc $cflags $ctf_debugflags -c -o file1.o file1.c
130 $ctf_cc $cflags $ctf_debugflags -c -o file2.o file2.c
137 $ctf_cc $cflags $ctf_debugflags -c -o file1.o file1.c
138 $ctf_cc $cflags $ctf_debugflags -c -o file2.o file2.c
H A Dctftest.ksh40 ctf_debugflags=
184 DEBUGFLAGS="$ctf_debugflags" \
279 ctf_debugflags+=" -g$OPTARG"
296 if [[ -z "$ctf_debugflags" ]]; then
297 ctf_debugflags=$ctf_debugdef
300 ctf_32cflags="$ctf_mach32 $ctf_debugflags"
301 ctf_64cflags="$ctf_mach64 $ctf_debugflags"
305 export ctf_as ctf_cc ctf_cxx ctf_debugflags ctf_merge ctf_convert
H A Dctftest-merge-no-ctf.ksh96 $ctf_cc $cflags $ctf_debugflags -c -o file1.o file1.c