0 +1,126 @@+## Test that `the llvm-objdump --private-headers` print out the auxiliary header of XCOFF object file.++# RUN: yaml2obj %s -o %t1+# RUN: llvm-objdump --private-headers %t1 | FileCheck %s --check-pre
-r Same as -reloc. -section-headers Display section headers. -sections Same as -section-headers. -headers Same as -file-headers and -section-headers. -s Display the content of each section. -source Intermix source line with disassembly. ...
# RUN: llvm-objdump -d -r %t | FileCheck %s --check-prefix=RELOC # RELOC: 0000000000000000 <_start>: # RELOC-NEXT: ... # RELOC-NEXT: 8: 01 00 00 00 .word 0x00000001 # RELOC-NEXT: c: d503201f nop # RELOC-NEXT: ... # RELOC-NEXT: 18: d503201f nop # RELOC-NEXT: 1c:...
-r Alias for--reloc --section-headers Display summaries of the headers for each section. --section=<value> Operate on the specified sections only. With--machodump segment,section --show-lma Display LMA column when dumping ELF section headers ...