Lines Matching refs:section
8 ## - Warn for one section is found case.
9 # RUN: llvm-objdump --reloc --section=single %t.2.o 2>&1 \
13 # RUN: llvm-objdump --reloc --section=single --section=single %t.2.o 2>&1 \
16 ## - Don't warn if any user specified section is found.
17 # RUN: llvm-objdump --reloc --section=.text1 --section=.text2 %t.2.o \
20 ## - Warn for each specified section if none of them are found.
21 # RUN: llvm-objdump --reloc --section=multi1 --section=multi2 %t.2.o 2>&1 \
24 ## - Don't warn if the specified section has no name.
25 # RUN: llvm-objdump --reloc --section="" %t.2.o 2>&1 \
28 ## - Warning for --section is applicable for various other options.
29 # RUN: llvm-objdump --section-headers --section=single %t.2.o 2>&1 \
31 # RUN: llvm-objdump --full-contents --section=single %t.2.o 2>&1 \
38 ## - Warn for one section is found case.
39 # RUN: llvm-objdump --reloc --section=single %t.a 2>&1 \
42 ## - Don't warn if any user specified section is found.
43 # RUN: llvm-objdump --reloc --section=.text1 %t.a \
46 ## - Warn for each specified section if none of them are found.
47 # RUN: llvm-objdump --reloc --section=multi1 --section=multi2 %t.a 2>&1 \
51 # SINGLE-WARN: warning: section 'single' mentioned in a -j/--section option, but not found in any i…
52 # MULTI-WARN: warning: section 'multi1' mentioned in a -j/--section option, but not found in a…
53 # MULTI-WARN-NEXT: warning: section 'multi2' mentioned in a -j/--section option, but not found in a…