1 ## Function and data symbols have different addresses so internally we treat
2 ## STT_NOTYPE/STT_FUNC/STT_DATA/etc the same. The DATA command may get a function
3 ## as result. For regular applications, the input addresses are guaranteed to be
4 ## related to data symbols.
5 # RUN: yaml2obj %s -o %t
6 # RUN: llvm-symbolizer --obj=%t 'DATA 0x1000' 'DATA 0x2000' 'DATA 0x2002' | FileCheck %s
27 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
32 Flags: [ SHF_WRITE, SHF_ALLOC ]