Home
last modified time | relevance | path

Searched refs:comp_flags (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Di386-mpx-sigsegv.exp25 set comp_flags "-mmpx -fcheck-pointer-bounds -I${srcdir}/../nat/"
28 [list debug nowarnings additional_flags=${comp_flags}]] } {
Di386-mpx-map.exp25 set comp_flags "-mmpx -fcheck-pointer-bounds -I${srcdir}/../nat/"
28 [list debug nowarnings additional_flags=${comp_flags}]] } {
Di386-mpx-simple_segv.exp31 set comp_flags "-mmpx -fcheck-pointer-bounds -I${srcdir}/../nat/"
34 [list debug nowarnings additional_flags=${comp_flags}]] } {
Di386-pkru.exp29 set comp_flags "-I${srcdir}/../nat/"
32 [list debug additional_flags=${comp_flags}]] } {
Di386-mpx.exp26 set comp_flags "-mmpx -fcheck-pointer-bounds -I${srcdir}/../nat/"
29 [list debug nowarnings additional_flags=${comp_flags}]] } {
Di386-mpx-call.exp23 set comp_flags "-mmpx -fcheck-pointer-bounds -I${srcdir}/../nat"
26 [list debug additional_flags=${comp_flags}]] } {
Di386-avx512.exp27 set comp_flags "-mavx512f -I${srcdir}/../nat"
30 [list debug nowarnings additional_flags=${comp_flags}]] } {
/netbsd/src/sys/netipsec/
Dipcomp.h43 u_int8_t comp_flags; /* reserved, must be zero */ member
Dxform_ipcomp.c572 ipcomp->comp_flags = 0; in ipcomp_output_cb()
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-ipcomp.c38 nd_uint8_t comp_flags; /* Length of data, in 32bit */ member
/netbsd/src/external/bsd/tre/dist/src/
Dagrep.c535 int comp_flags = REG_EXTENDED; in main() local
596 comp_flags |= REG_ICASE; in main()
811 errcode = tre_regcomp(&preg, regexp, comp_flags); in main()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dgdb.exp10057 set comp_flags {}
10058 append comp_flags " additional_flags=-mmpx"
10059 append comp_flags " additional_flags=-fcheck-pointer-bounds"
10060 if {![gdb_simple_compile $me-2 $src executable $comp_flags]} {
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-2014-202121256 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.