Searched refs:stdout (Results 1 - 25 of 2363) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dver_matching_test.sh56 check ver_matching_test.stdout "V1 *sizeof_headers$"
57 check ver_matching_test.stdout "Base *globaoeufostuff$"
58 check ver_matching_test.stdout "V1 *globaoeufxstuff$"
59 check ver_matching_test.stdout "V2 *otherns::stuff$"
60 check ver_matching_test.stdout "Base *otherns::biz$"
61 check ver_matching_test.stdout "V1 *foo$"
62 check ver_matching_test.stdout "V1 *bar()$"
63 check ver_matching_test.stdout "Base *bar1()$"
64 check ver_matching_test.stdout "V1 *bar2$"
65 check ver_matching_test.stdout "V
[all...]
H A Dsplit_s390.sh41 match 'jg.*__morestack>?$' split_s390_z1.stdout
42 match 'long.*0x00100000$' split_s390_z1.stdout
43 match 'jg.*__morestack>?$' split_s390_z1_ns.stdout
44 match 'long.*0x00104000$' split_s390_z1_ns.stdout
46 match 'ear.*$' split_s390_z2.stdout
47 match 'jgl.*__morestack>?$' split_s390_z2.stdout
48 nomatch 'jg .*__morestack>?$' split_s390_z2.stdout
49 match 'long.*0x00000100$' split_s390_z2.stdout
50 nomatch 'ear.*$' split_s390_z2_ns.stdout
51 nomatch 'jgl.*__morestack>?$' split_s390_z2_ns.stdout
[all...]
H A Darm_branch_out_of_range.sh45 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_range.stdout \
62 check thumb_bl_out_of_range.stdout \
64 check thumb_bl_out_of_range.stdout \
[all...]
H A Darm_fix_v4bx.sh42 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_v4bx.stdout ".*04: .* bx pc"
H A Ddynamic_list.sh40 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_list.stdout "t20v" # comes via --dynamic-list-data
H A Darm_farcall_thumb_arm.sh41 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_5t.stdout "1f01018: f004 e51f"
53 check arm_farcall_thumb_arm_5t.stdout "
[all...]
H A Dsection_sorting_name.sh59 check section_sorting_name.stdout "hot_foo_0001" "hot_foo_0002"
60 check section_sorting_name.stdout "hot_foo_0002" "hot_foo_0003"
62 check section_sorting_name.stdout "sorted_foo_0001" "sorted_foo_0001_abc"
63 check section_sorting_name.stdout "sorted_foo_0001_abc" "sorted_foo_0002"
64 check section_sorting_name.stdout "sorted_foo_0002" "sorted_foo_0003"
65 check section_sorting_name.stdout "sorted_foo_0003" "sorted_foo_y"
66 check section_sorting_name.stdout "sorted_foo_y" "sorted_foo_z"
68 check section_sorting_name.stdout "vdata_0001" "vdata_0002"
69 check section_sorting_name.stdout "vdata_0002" "vdata_0003"
71 check section_sorting_name.stdout "vbss_000
[all...]
H A Dtext_section_grouping.sh62 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_grouping.stdout "startup_foo" "unlikely_foo"
71 check text_section_no_grouping.stdout "unlikely_foo" "hot_bar"
72 check text_section_no_grouping.stdout "hot_ba
[all...]
H A Darm_farcall_thumb_thumb_be8.sh38 check arm_farcall_thumb_thumb_be8.stdout "1004:\sb401"
39 check arm_farcall_thumb_thumb_be8.stdout "1006:\s4802"
40 check arm_farcall_thumb_thumb_be8.stdout "1008:\s4684"
41 check arm_farcall_thumb_thumb_be8.stdout "100a:\sbc01"
42 check arm_farcall_thumb_thumb_be8.stdout "100c:\s4760"
43 check arm_farcall_thumb_thumb_be8.stdout "100e:\sbf00"
44 check arm_farcall_thumb_thumb_be8.stdout "1010:\s0002"
45 check arm_farcall_thumb_thumb_be8.stdout "1012:\s1510"
H A Dpr23016_2.sh55 ' pr23016_2.stdout
H A Dscript_test_10.sh38 check script_test_10.stdout ".*\[ 1\] .text"
39 check script_test_10.stdout ".*\[ 2\] .sec0"
40 check script_test_10.stdout ".*\[ 3\] .sec1"
41 check script_test_10.stdout ".*\[ 4\] .sec2"
42 check script_test_10.stdout ".*\[ 5\] .secz"
43 check script_test_10.stdout ".*\[ 6\] .sec3"
44 check script_test_10.stdout ".*\[ 7\] .data"
45 check script_test_10.stdout ".* .bss"
H A Dscript_test_5.sh42 check_count script_test_5.stdout " .text " 1
43 check_count script_test_5.stdout " .text.foo " 1
H A Darm_branch_in_range.sh44 check arm_bl_in_range.stdout \
46 check arm_bl_in_range.stdout \
48 check thumb_bl_in_range.stdout \
50 check thumb_bl_in_range.stdout \
52 check thumb2_bl_in_range.stdout \
54 check thumb2_bl_in_range.stdout \
56 check thumb_blx_in_range.stdout \
58 check thumb_blx_in_range.stdout \
60 check thumb2_blx_in_range.stdout \
62 check thumb2_blx_in_range.stdout \
[all...]
H A Darm_cortex_a8.sh42 check arm_cortex_a8_b.stdout ".*ffe: .* b.w .*000 <.*>"
43 check arm_cortex_a8_b.stdout ".000: .* b.w .*100 <_func>"
46 check arm_cortex_a8_b_cond.stdout ".*ffe: .* b.w .*000 <.*>"
47 check arm_cortex_a8_b_cond.stdout ".000: .* beq.n .*006 <.*>"
48 check arm_cortex_a8_b_cond.stdout ".002: .* b.w .*002 <.*>"
49 check arm_cortex_a8_b_cond.stdout ".006: .* b.w .*100 <_func>"
52 check arm_cortex_a8_bl.stdout ".*ffe: .* bl .*000 <.*>"
53 check arm_cortex_a8_bl.stdout ".000: .* b.w .*100 <_func>"
56 check arm_cortex_a8_blx.stdout ".*ffe: .* blx .*000 <.*>"
57 check arm_cortex_a8_blx.stdout "
[all...]
H A Dscript_test_9.sh39 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 Dsplit_i386.sh41 match 'cmp.*+%gs:[^,]*,%esp' split_i386_1.stdout
42 match 'call.*__morestack>?$' split_i386_1.stdout
43 match 'lea.*-0x200\(%esp\),' split_i386_1.stdout
45 match 'stc' split_i386_2.stdout
46 match 'call.*__morestack_non_split>?$' split_i386_2.stdout
47 nomatch 'call.*__morestack>?$' split_i386_2.stdout
48 match 'lea.*-0x4200\(%esp\),' split_i386_2.stdout
50 match 'failed to match' split_i386_3.stdout
52 match 'call.*__morestack>?$' split_i386_4.stdout
54 match 'cannot mix' split_i386_r.stdout
[all...]
H A Dsplit_x32.sh42 match 'cmp.*+%fs:[^,]*,%esp' split_x32_1.stdout
43 match 'call.*__morestack>?$' split_x32_1.stdout
44 match 'lea.*-0x200\(%rsp\),' split_x32_1.stdout
46 match 'stc' split_x32_2.stdout
47 match 'call.*__morestack_non_split>?$' split_x32_2.stdout
48 nomatch 'call.*__morestack>?$' split_x32_2.stdout
49 match 'lea.*-0x4200\(%rsp\),' split_x32_2.stdout
51 match 'failed to match' split_x32_3.stdout
53 match 'call.*__morestack>?$' split_x32_4.stdout
55 match 'cannot mix' split_x32_r.stdout
[all...]
H A Dsplit_x86_64.sh41 match 'cmp.*%fs:[^,]*,%rsp' split_x86_64_1.stdout
42 match 'call.*__morestack>?$' split_x86_64_1.stdout
43 match 'lea.*-0x200\(%rsp\),' split_x86_64_1.stdout
45 match 'stc' split_x86_64_2.stdout
46 match 'call.*__morestack_non_split>?$' split_x86_64_2.stdout
47 nomatch 'call.*__morestack>?$' split_x86_64_2.stdout
48 match 'lea.*-0x4200\(%rsp\),' split_x86_64_2.stdout
50 match 'failed to match' split_x86_64_3.stdout
52 match 'call.*__morestack>?$' split_x86_64_4.stdout
54 match 'cannot mix' split_x86_64_r.stdout
[all...]
H A Darm_unaligned_reloc.sh42 check arm_unaligned_reloc.stdout "^00009000 <x>:$"
43 check arm_unaligned_reloc.stdout "^0000a001 <abs32>:$"
44 check arm_unaligned_reloc.stdout '^[ ]*a001:[ ]*00009001[ ].*$'
45 check arm_unaligned_reloc.stdout "^0000a005 <rel32>:"
46 check arm_unaligned_reloc.stdout "^[ ]*a005:[ ]*ffffeffc[ ].*$"
47 check arm_unaligned_reloc.stdout "^0000a009 <abs16>:"
48 check arm_unaligned_reloc.stdout "^[ ]*a009:[ ]*00009001[ ].*$"
50 check arm_unaligned_reloc_r.stdout "^[ ]*1:[ ]*00000001[ ].*$"
51 check arm_unaligned_reloc_r.stdout "^[ ]*1: R_ARM_ABS32[ ]*.data.0$"
52 check arm_unaligned_reloc_r.stdout "
[all...]
H A Dx86_64_mov_to_lea.sh27 grep -q "lea -0x[a-f0-9]\+(%rip),%rax" x86_64_mov_to_lea1.stdout
28 grep -q "lea -0x[a-f0-9]\+(%rip),%rax" x86_64_mov_to_lea2.stdout
29 grep -q "lea -0x[a-f0-9]\+(%rip),%rax" x86_64_mov_to_lea3.stdout
30 grep -q "lea -0x[a-f0-9]\+(%rip),%rax" x86_64_mov_to_lea4.stdout
31 grep -q "lea -0x[a-f0-9]\+(%rip),%rax" x86_64_mov_to_lea5.stdout
32 grep -q "lea -0x[a-f0-9]\+(%rip),%rax" x86_64_mov_to_lea6.stdout
33 grep -q "mov 0x[a-f0-9]\+(%rip),%rax" x86_64_mov_to_lea7.stdout
34 grep -q "mov 0x[a-f0-9]\+(%rip),%rax" x86_64_mov_to_lea8.stdout
35 grep -q "lea -0x[a-f0-9]\+(%rip),%rax" x86_64_mov_to_lea9.stdout
36 grep -q "lea -0x[a-f0-9]\+(%rip),%rax" x86_64_mov_to_lea10.stdout
[all...]
H A Dgc_comdat_test.sh40 check gc_comdat_test.stdout "foo()"
41 check gc_comdat_test.stdout "bar()"
42 check gc_comdat_test.stdout "int GetMax<int>(int, int)"
H A Dplugin_layout_with_alignment.sh64 check plugin_layout_with_alignment.stdout "bss_item3" "bss_item1" "bss_item4" "bss_item2"
65 check plugin_layout_with_alignment.stdout "rwdata_item2" "rwdata_item4" "rwdata_item1" "rwdata_item3"
66 check plugin_layout_with_alignment.stdout "rodata_item3" "rodata_item1" "rodata_item2" "rodata_item4"
H A Dscript_test_6.sh41 check script_test_6.stdout "\\.text[ ]*PROGBITS[ ]*0*10001000"
42 check script_test_6.stdout "\\.data[ ]*PROGBITS[ ]*0*10200000"
43 check script_test_6.stdout "\\.bss[ ]*NOBITS[ ]*0*10400000"
H A Dscript_test_7.sh41 check script_test_7.stdout "\\.interp[ ]*PROGBITS[ ]*0*10000100"
42 check script_test_7.stdout "\\.data[ ]*PROGBITS[ ]*0*10200000"
43 check script_test_7.stdout "\\.bss[ ]*NOBITS[ ]*0*1040...."
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
H A Dwrite-bad-encoding.py5 getattr(sys.stdout, "buffer", sys.stdout).write(b"a line with bad encoding: \xc2.")
6 sys.stdout.flush()

Completed in 159 milliseconds

1234567891011>>