Searched refs:check (Results 1 - 25 of 2440) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Difunc-1a.c1 extern void check (void);
6 check ();
H A Dno-plt-main1.c1 extern void check (void);
6 check ();
H A Dpr20244-3a.c1 extern void check (void);
6 check ();
H A Dpr20253-1a.c1 extern void check (void);
6 check ();
H A Dpr20253-2a.c1 extern void check (void);
6 check ();
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dno-plt-main1.c1 extern void check (void);
6 check ();
H A Dpr20253-2a.c1 extern void check (void);
6 check ();
H A Dpr21481a.c1 extern void check (void);
6 check ();
/netbsd-current/external/mpl/bind/dist/bin/tests/system/isctest/
H A D__init__.py12 from . import check namespace
/netbsd-current/tests/bin/sh/
H A Dt_fsplit.sh45 check() function
51 (*) atf_fail "Internal test error, $# args to check test ${TEST}";;
95 check 'for f in $x; do echo x${f}y; done' ''
106 check 'set -- ${x-a b c}; echo $#' 3
108 check 'set -- ${x-"a b" c}; echo $#' 2
109 check 'set -- ${x-a "b c"}; echo $#' 2
110 check 'set -- ${x-"a b c"}; echo $#' 1
112 check "set -- \${x-'a b' c}; echo \$#" 2
113 check "set -- \${x-a 'b c'}; echo \$#" 2
114 check "se
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Daarch64_relocs.sh25 check() function
52 check "aarch64_relocs.stdout" "test_R_AARCH64_MOVW_UABS_G0" 1 "\<mov[[:space:]]\+x4,[[:space:]]\+#0x1234\b"
53 check "aarch64_relocs.stdout" "test_R_AARCH64_MOVW_UABS_G0" 2 "\<R_AARCH64_MOVW_UABS_G0[[:space:]]\+abs_0x1234\b"
54 check "aarch64_relocs.stdout" "test_R_AARCH64_MOVW_UABS_G0" 3 "\<mov[[:space:]]\+x4,[[:space:]]\+#0x1238\b"
55 check "aarch64_relocs.stdout" "test_R_AARCH64_MOVW_UABS_G0" 4 "\<R_AARCH64_MOVW_UABS_G0[[:space:]]\+abs_0x1234+0x4\b"
57 check "aarch64_relocs.stdout" "test_R_AARCH64_MOVW_UABS_G0_NC" 1 "\<mov[[:space:]]\+x4,[[:space:]]\+#0x1234\b"
58 check "aarch64_relocs.stdout" "test_R_AARCH64_MOVW_UABS_G0_NC" 2 "\<R_AARCH64_MOVW_UABS_G0_NC[[:space:]]\+abs_0x1234\b"
59 check "aarch64_relocs.stdout" "test_R_AARCH64_MOVW_UABS_G0_NC" 3 "\<mov[[:space:]]\+x4,[[:space:]]\+#0x6234\b"
60 check "aarch64_relocs.stdout" "test_R_AARCH64_MOVW_UABS_G0_NC" 4 "\<R_AARCH64_MOVW_UABS_G0_NC[[:space:]]\+abs_0x1234+0x45000\b"
62 check "aarch64_reloc
[all...]
H A Dgdb_index_test_comm.sh25 check() function
40 check $STDOUT "^Version [4-7]"
44 check $STDOUT "^\[ *[0-9]*\] (anonymous namespace):"
45 check $STDOUT "^\[ *[0-9]*\] (anonymous namespace)::c1_count:"
46 check $STDOUT "^\[ *[0-9]*\] (anonymous namespace)::c2_count:"
47 check $STDOUT "^\[ *[0-9]*\] bool:"
48 check $STDOUT "^\[ *[0-9]*\] check<one::c1>:"
49 check $STDOUT "^\[ *[0-9]*\] check<tw
[all...]
H A Dplugin_test_tls.sh29 check() function
42 check plugin_test_tls.err "API version:"
43 check plugin_test_tls.err "gold version:"
44 check plugin_test_tls.err "option: _Z4f13iv"
45 check plugin_test_tls.err "two_file_test_tls.o: claim file hook called"
46 check plugin_test_tls.err "two_file_test_1.o.syms: claim file hook called"
47 check plugin_test_tls.err "two_file_test_1b.o.syms: claim file hook called"
48 check plugin_test_tls.err "two_file_test_2_tls.o.syms: claim file hook called"
49 check plugin_test_tls.err "two_file_test_1.o.syms: _Z4f13iv: PREVAILING_DEF_IRONLY"
50 check plugin_test_tl
[all...]
H A Darm_fix_v4bx.sh28 check() function
42 check arm_fix_v4bx.stdout ".*00: .* mov pc, r0"
43 check arm_fix_v4bx.stdout ".*04: .* mov pc, pc"
46 check arm_fix_v4bx_interworking.stdout ".*00: .* b .*00 <.*>"
47 check arm_fix_v4bx_interworking.stdout ".*04: .* mov pc, pc"
48 check arm_fix_v4bx_interworking.stdout ".*00: .* tst r0, #1"
49 check arm_fix_v4bx_interworking.stdout ".*04: .* moveq pc, r0"
50 check arm_fix_v4bx_interworking.stdout ".*08: .* bx r0"
53 check arm_no_fix_v4bx.stdout ".*00: .* bx r0"
54 check arm_no_fix_v4b
[all...]
H A Ddynamic_list.sh27 check() function
40 check dynamic_list.stdout "main" # comes via --dynamic-list
41 check dynamic_list.stdout "_Z4t1_6v" # t1_6()
42 check dynamic_list.stdout "_ZN4t16aD1Ev" # t16a:~t16a()
43 check dynamic_list.stdout "_ZN4t16a1tEv" # t16a:t()
44 check dynamic_list.stdout "_ZTI4t16a" # typeinfo for t16a
45 check dynamic_list.stdout "_ZTI4t16b" # typeinfo for t16b
46 check dynamic_list.stdout "_ZTS4t16a" # typeinfo name for t16a
47 check dynamic_list.stdout "_ZTS4t16b" # typeinfo name for t16b
48 check dynamic_lis
[all...]
H A Dexclude_libs_test.sh27 # the resulting executable and check that symbols from two test library
30 check() function
50 check "exclude_libs_test.syms" "lib1_default" "HIDDEN"
51 check "exclude_libs_test.syms" "lib1_protected" "HIDDEN"
52 check "exclude_libs_test.syms" "lib1_internal" "INTERNAL"
53 check "exclude_libs_test.syms" "lib1_hidden" "HIDDEN"
54 check "exclude_libs_test.syms" "lib2_default" "DEFAULT"
55 check "exclude_libs_test.syms" "lib2_protected" "PROTECTED"
56 check "exclude_libs_test.syms" "lib2_internal" "INTERNAL"
57 check "exclude_libs_tes
[all...]
H A Dplugin_test_1.sh29 check() function
42 check plugin_test_1.err "API version:"
43 check plugin_test_1.err "gold version:"
44 check plugin_test_1.err "option: _Z4f13iv"
45 check plugin_test_1.err "two_file_test_main.o: claim file hook called"
46 check plugin_test_1.err "two_file_test_1.o.syms: claim file hook called"
47 check plugin_test_1.err "two_file_test_1b.o.syms: claim file hook called"
48 check plugin_test_1.err "two_file_test_2.o.syms: claim file hook called"
49 check plugin_test_1.err "two_file_test_1.o.syms: _Z4f13iv: PREVAILING_DEF_IRONLY"
50 check plugin_test_
[all...]
H A Dplugin_test_11.sh29 check() function
42 check plugin_test_11.err "API version:"
43 check plugin_test_11.err "gold version:"
44 check plugin_test_11.err "option: _Z4f13iv"
45 check plugin_test_11.err "two_file_test_main.o: claim file hook called"
46 check plugin_test_11.err "two_file_test_1.o: claim file hook called"
47 check plugin_test_11.err "two_file_test_1b.o: claim file hook called"
48 check plugin_test_11.err "two_file_test_2.o: claim file hook called"
49 check plugin_test_11.err "two_file_test_1.o: _Z4f13iv: PREVAILING_DEF_IRONLY"
50 check plugin_test_1
[all...]
H A Dplugin_test_3.sh29 check() function
42 check plugin_test_3.err "API version:"
43 check plugin_test_3.err "gold version:"
44 check plugin_test_3.err "option: _Z4f13iv"
45 check plugin_test_3.err "two_file_test_main.o: claim file hook called"
46 check plugin_test_3.err "two_file_test_1.o.syms: claim file hook called"
47 check plugin_test_3.err "two_file_test_1b.o.syms: claim file hook called"
48 check plugin_test_3.err "two_file_test_2.o.syms: claim file hook called"
49 check plugin_test_3.err "two_file_test_1.o.syms: _Z4f13iv: PREVAILING_DEF_IRONLY_EXP"
50 check plugin_test_
[all...]
H A Dgdb_index_test_3.sh25 check() function
40 check $STDOUT "^Version [4-7]"
44 check $STDOUT "^\[ *[0-9]*\] main:"
45 check $STDOUT "^\[ *[0-9]*\] check_int:"
46 check $STDOUT "^\[ *[0-9]*\] j:"
47 check $STDOUT "^\[ *[0-9]*\] int:"
H A Dscript_test_9.sh26 check() function
39 check script_test_9.stdout "LOAD .*R E "
40 check script_test_9.stdout "LOAD .*RW "
41 check script_test_9.stdout "00 .*\.text"
42 check script_test_9.stdout "00 .*\.init"
43 check script_test_9.stdout "01 .*\.data "
H A Darm_branch_out_of_range.sh28 # and linked to check that branches whose target are just out of the branch
31 check() function
45 check arm_bl_out_of_range.stdout \
47 check arm_bl_out_of_range.stdout \
49 check arm_bl_out_of_range.stdout \
51 check arm_bl_out_of_range.stdout \
53 check arm_bl_out_of_range.stdout \
55 check arm_bl_out_of_range.stdout \
58 check thumb_bl_out_of_range.stdout \
60 check thumb_bl_out_of_rang
[all...]
H A Darm_farcall_arm_arm.sh27 check() function
41 check arm_farcall_arm_arm.stdout "1004: .* ldr pc, \[pc, #-4\] .*"
42 check arm_farcall_arm_arm.stdout "1008: 02001020"
H A Darm_farcall_arm_arm_be8.sh24 check() function
38 check arm_farcall_arm_arm_be8.stdout "1004: .* ldr pc, \[pc, #-4\] .*"
39 check arm_farcall_arm_arm_be8.stdout "1008: 20100002"
H A Darm_farcall_thumb_arm.sh27 check() function
41 check arm_farcall_thumb_arm.stdout "1f01018: .* bx pc"
42 check arm_farcall_thumb_arm.stdout "1f0101a: .* nop"
43 check arm_farcall_thumb_arm.stdout "1f0101c: f004 e51f"
44 check arm_farcall_thumb_arm.stdout "1f01020: 1014"
45 check arm_farcall_thumb_arm.stdout "1f01022: 0200"
47 check arm_farcall_thumb_arm.stdout "1f01024: .* bx pc"
48 check arm_farcall_thumb_arm.stdout "1f01026: .* nop"
49 check arm_farcall_thumb_arm.stdout "1f01028: fff9 ea03"
52 check arm_farcall_thumb_arm_5
[all...]

Completed in 150 milliseconds

1234567891011>>