Home | History | Annotate | Download | only in testsuite

Lines Matching refs:stdout

42 check arm_unaligned_reloc.stdout "^00009000 <x>:$"
43 check arm_unaligned_reloc.stdout "^0000a001 <abs32>:$"
44 check arm_unaligned_reloc.stdout "^ a001: 00009000 .*$"
45 check arm_unaligned_reloc.stdout "^0000a005 <rel32>:"
46 check arm_unaligned_reloc.stdout "^ a005: ffffeffb .*$"
47 check arm_unaligned_reloc.stdout "^0000a009 <abs16>:"
48 check arm_unaligned_reloc.stdout "^ a009: 00009000 .*$"
50 check arm_unaligned_reloc_r.stdout "^ 1: 00000000 .*$"
51 check arm_unaligned_reloc_r.stdout "^[ ]*1: R_ARM_ABS32 .data.0$"
52 check arm_unaligned_reloc_r.stdout "^ 5: 00000000 .*$"
53 check arm_unaligned_reloc_r.stdout "^[ ]*5: R_ARM_REL32 .data.0$"
54 check arm_unaligned_reloc_r.stdout "^ 9: 00000000 .*$"
55 check arm_unaligned_reloc_r.stdout "^[ ]*9: R_ARM_ABS16 .data.0$"