Lines Matching full:coff
1 RUN: llvm-readobj -r %p/Inputs/trivial.obj.coff-i386 \
2 RUN: | FileCheck %s -check-prefix COFF
3 RUN: llvm-readobj -r %p/Inputs/bad-relocs.obj.coff-i386 \
4 RUN: | FileCheck %s -check-prefix BAD-COFF-RELOCS
5 RUN: llvm-readobj -r %p/Inputs/relocs-no-symtab.obj.coff-i386 \
6 RUN: | FileCheck %s -check-prefix BAD-COFF-RELOCS
20 COFF: Relocations [
21 COFF-NEXT: Section (1) .text {
22 COFF-NEXT: 0x4 IMAGE_REL_I386_DIR32 .data
23 COFF-NEXT: 0x9 IMAGE_REL_I386_REL32 _puts
24 COFF-NEXT: 0xE IMAGE_REL_I386_REL32 _SomeOtherFunction
25 COFF-NEXT: }
26 COFF-NEXT: ]
28 BAD-COFF-RELOCS: Relocations [
29 BAD-COFF-RELOCS-NEXT: Section (1) sec {
30 BAD-COFF-RELOCS-NEXT: 0xDEADBEEF IMAGE_REL_I386_ABSOLUTE -
31 BAD-COFF-RELOCS-NEXT: }
32 BAD-COFF-RELOCS-NEXT: ]