Home | History | Annotate | Download | only in llvm-readobj

Lines Matching full:i386

1 RUN: llvm-readobj -r %p/Inputs/trivial.obj.coff-i386 \
3 RUN: llvm-readobj -r %p/Inputs/trivial.obj.elf-i386 \
5 RUN: llvm-readobj -r %p/Inputs/trivial.obj.macho-i386 \
6 RUN: | FileCheck %s -check-prefix MACHO-I386
33 MACHO-I386: Relocations [
34 MACHO-I386-NEXT: Section __text {
35 MACHO-I386-NEXT: 0x18 1 2 1 GENERIC_RELOC_VANILLA 0 _SomeOtherFunction
36 MACHO-I386-NEXT: 0x13 1 2 1 GENERIC_RELOC_VANILLA 0 _puts
37 MACHO-I386-NEXT: 0xB 0 2 n/a GENERIC_RELOC_LOCAL_SECTDIFF 1 -
38 MACHO-I386-NEXT: 0x0 0 2 n/a GENERIC_RELOC_PAIR 1 -
39 MACHO-I386-NEXT: }
40 MACHO-I386-NEXT: ]