xref: /aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/macho-section-headers.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerRUN: llvm-objdump -macho -h %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard WorkerCHECK: Sections:
4*9880d681SAndroid Build Coastguard WorkerCHECK: Idx Name          Size      Address          Type
5*9880d681SAndroid Build Coastguard WorkerCHECK:   0 __text        0000003b 0000000000000000 TEXT
6*9880d681SAndroid Build Coastguard WorkerCHECK:   1 __cstring     0000000d 000000000000003b DATA
7*9880d681SAndroid Build Coastguard WorkerCHECK:   2 __compact_unwind 00000020 0000000000000048 DATA
8*9880d681SAndroid Build Coastguard WorkerCHECK:   3 __eh_frame    00000040 0000000000000068 DATA
9