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-prefix=CHECK32+# RUN: ...
Use r followed by the register number. no-aliases: AArch64 and RISC-V only. Print raw instruction mnemonic instead of pseudo instruction mnemonic. numeric: RISC-V only. Print raw register names instead of ABI mnemonic. (e.g. print x1 instead of ra) att: x86 only (default). Print in ...
-r Alias for --reloc --section-headers Display summaries of the headers for each section. --section=<value> Operate on the specified sections only. With --macho dump segment,section --show-lma Display LMA column when dumping ELF section headers --source When disassembling, display sour...
# 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:...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} llvm / llvm-project Public Notifications You must be signed in to change notification settings Fork 12.5k Star 30.5k ...