xref: /aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/macho-data-in-code.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerRUN: llvm-objdump -m -data-in-code %p/Inputs/data-in-code.macho-arm | FileCheck %s
2*9880d681SAndroid Build Coastguard WorkerRUN: llvm-objdump -m -data-in-code -non-verbose %p/Inputs/data-in-code.macho-arm | FileCheck %s -check-prefix=NON_VERBOSE
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard WorkerCHECK: Data in code table (4 entries)
5*9880d681SAndroid Build Coastguard WorkerCHECK: offset     length kind
6*9880d681SAndroid Build Coastguard WorkerCHECK: 0x00000000      4 DATA
7*9880d681SAndroid Build Coastguard WorkerCHECK: 0x00000004      4 JUMP_TABLE32
8*9880d681SAndroid Build Coastguard WorkerCHECK: 0x00000008      2 JUMP_TABLE16
9*9880d681SAndroid Build Coastguard WorkerCHECK: 0x0000000a      1 JUMP_TABLE8
10*9880d681SAndroid Build Coastguard Worker
11*9880d681SAndroid Build Coastguard WorkerNON_VERBOSE: Data in code table (4 entries)
12*9880d681SAndroid Build Coastguard WorkerNON_VERBOSE: offset     length kind
13*9880d681SAndroid Build Coastguard WorkerNON_VERBOSE: 0x00000000      4 0x0001
14*9880d681SAndroid Build Coastguard WorkerNON_VERBOSE: 0x00000004      4 0x0004
15*9880d681SAndroid Build Coastguard WorkerNON_VERBOSE: 0x00000008      2 0x0003
16*9880d681SAndroid Build Coastguard WorkerNON_VERBOSE: 0x0000000a      1 0x0002
17