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

1234567891011>>

/haiku-buildtools/binutils/ld/testsuite/ld-i386/
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 Difunc-1a.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 ();
/haiku-buildtools/binutils/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 ();
/haiku-buildtools/binutils/gold/testsuite/
H A Dicf_test.sh29 check() function
46 check icf_test.map "folded_func" "kept_func"
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_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 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 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 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 Dtext_section_grouping.sh29 # Also check if the functions do not get grouped with option --no-text-reorder.
33 check() function
62 check text_section_grouping.stdout "unlikely_foo" "startup_foo"
63 check text_section_grouping.stdout "startup_foo" "hot_foo"
64 check text_section_grouping.stdout "unlikely_bar" "startup_bar"
65 check text_section_grouping.stdout "startup_bar" "hot_bar"
66 check text_section_grouping.stdout "unlikely_foo" "startup_bar"
67 check text_section_grouping.stdout "startup_foo" "hot_bar"
69 check text_section_no_grouping.stdout "hot_foo" "startup_foo"
70 check text_section_no_groupin
[all...]
H A Dver_test_7.sh28 check() function
41 check ver_test_7.syms "t2_2@@VER2"
42 check ver_test_7.syms "t2_2@VER1"
H A Dver_test_5.sh28 check() function
41 check ver_test_5.syms "t3_2@@VER5"
42 check ver_test_5.syms "t2_2@VER2"
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"
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000223-1.c8 void check (char const *type, int align) function
19 #define check(t) check(QUOTE(t), __alignof__(t)) macro
44 check (void);
45 check (char);
46 check (signed short);
47 check (unsigned short);
48 check (signed int);
49 check (unsigned int);
50 check (signe
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr66311.f902 ! { dg-additional-options "-fno-range-check -w" }
6 ! "-fno-range-check -w" is used so the testcase compiles even with targets
19 call check(9000000000000000000_k, "9000000000000000000")
20 call check(90000000000000000000_k, "90000000000000000000")
21 call check(int(huge(1_hk), kind=k), "9223372036854775807")
22 call check(2_k**63, "9223372036854775808")
23 call check(10000000000000000000_k, "10000000000000000000")
24 call check(18446744065119617024_k, "18446744065119617024")
25 call check(2_k**64 - 1, "18446744073709551615")
26 call check(
49 subroutine check subroutine in program:test
[all...]

Completed in 120 milliseconds

1234567891011>>