# REQUIRES: powerpc-registered-target # RUN: llvm-objdump -D %p/Inputs/xcoff-section-headers.o | \ # RUN: FileCheck --check-prefixes=COMMON,PLAIN %s # RUN: llvm-objdump -D --symbol-description %p/Inputs/xcoff-section-headers.o | \ # RUN: FileCheck --check-prefixes=COMMON,DESC %s # RUN: llvm-objdump -D -r --symbol-description %p/Inputs/xcoff-section-headers.o | \ # RUN: FileCheck --check-prefixes=COMMON,DESC,RELOC %s # xcoff-section-headers.o Compiled with IBM XL C/C++ for AIX, V16.1.0 # compiler command: xlc -qtls -o xcoff-section-headers.o -c test.c ## test.c: ## int a; ## int b = 12345; ## __thread int c; ## __thread double d = 3.14159; ## ## int func(void) { ## return a; ## } COMMON: Inputs/xcoff-section-headers.o: file format aixcoff-rs6000 COMMON: Disassembly of section .text: PLAIN: 00000000 <.text>: DESC: 00000000 (idx: 16) .func: COMMON-NEXT: 0: 80 62 00 04 lwz 3, 4(2) RELOC: 00000002: R_TOC (idx: 26) a[TC] COMMON-NEXT: 4: 80 63 00 00 lwz 3, 0(3) COMMON-NEXT: 8: 4e 80 00 20 blr COMMON-NEXT: c: 00 00 00 00 COMMON-NEXT: 10: 00 00 20 40 COMMON-NEXT: 14: 00 00 00 01 COMMON-NEXT: 18: 00 00 00 0c COMMON-NEXT: 1c: 00 04 66 75 COMMON-NEXT: 20: 6e 63 00 00 xoris 3, 19, 0 COMMON-NEXT: ... COMMON: Disassembly of section .data: PLAIN: 00000080 : DESC: 00000080 (idx: 22) func[TC]: COMMON-NEXT: 80: 00 00 00 94 RELOC: 00000080: R_POS (idx: 20) func[DS] PLAIN: 00000084 : DESC: 00000084 (idx: 26) a[TC]: COMMON-NEXT: 84: 00 00 00 a4 RELOC: 00000084: R_POS (idx: 24) a[RW] PLAIN: 00000088 : DESC: 00000088 (idx: 30) b[TC]: COMMON-NEXT: 88: 00 00 00 a0 RELOC: 00000088: R_POS (idx: 28) b[RW] PLAIN: 0000008c : DESC: 0000008c (idx: 34) c[TC]: COMMON-NEXT: 8c: 00 00 00 08 RELOC: 0000008c: R_TLS (idx: 32) c[UL] PLAIN: 00000090 : DESC: 00000090 (idx: 38) d[TC]: COMMON-NEXT: 90: 00 00 00 00 RELOC: 00000090: R_TLS (idx: 36) d[TL] PLAIN: 00000094 : DESC: 00000094 (idx: 20) func[DS]: COMMON-NEXT: 94: 00 00 00 00 RELOC: 00000094: R_POS (idx: 16) .func COMMON-NEXT: 98: 00 00 00 80 RELOC: 00000098: R_POS (idx: 18) TOC[TC0] COMMON-NEXT: 9c: 00 00 00 00 PLAIN: 000000a0 : DESC: 000000a0 (idx: 28) b[RW]: COMMON-NEXT: a0: 00 00 30 39 COMMON: Disassembly of section .bss: PLAIN: 000000a4 : DESC: 000000a4 (idx: 24) a[RW]: COMMON-NEXT: ... COMMON: Disassembly of section .tdata: PLAIN: 00000000 : DESC: 00000000 (idx: 36) d[TL]: COMMON-NEXT: 0: 40 09 21 f9 bdnzfl 9, 0x21f8 COMMON-NEXT: 4: f0 1b 86 6e COMMON: Disassembly of section .tbss: PLAIN: 00000008 : DESC: 00000008 (idx: 32) c[UL]: COMMON-NEXT: ...