Lines Matching +full:- +full:556

4 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
24 .\" indent \\n[an-margin]
25 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
26 .nr rst2man-indent-level -1
27 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
30 .TH "LLVM-STRINGS" "1" "2023-05-24" "16" "LLVM"
32 llvm-strings \- print strings
35 \fBllvm\-strings\fP [\fIoptions\fP] [\fIinput...\fP]
38 \fBllvm\-strings\fP is a tool intended as a drop\-in replacement for GNU\(aqs
44 \fBllvm\-strings\fP looks for strings in each \fBinput\fP file specified.
47 files. If \(dq\fB\-\fP\(dq is specified as an \fBinput\fP, or no \fBinput\fP is specified,
59 $ llvm\-strings input.txt
69 .B \-\-all, \-a
74 .B \-\-bytes=<length>, \-n
80 .B \-\-help, \-h
85 .B \-\-print\-file\-name, \-f
94 $ llvm\-strings \-\-print\-file\-name test.o test.elf
111 .B \-\-radix=<radix>, \-t
122 $ llvm\-strings \-\-radix=o test.o
130 $ llvm\-strings \-\-radix=d test.o
131 556 _Z5hellov
138 $ llvm\-strings \-t x test.o
153 .B \-\-version
154 Display the version of the \fBllvm\-strings\fP executable.
159 Read command\-line options from response file \fB<FILE>\fP\&.
163 \fBllvm\-strings\fP exits with a non\-zero exit code if there is an error.
167 To report bugs, please visit <\fI\%https://github.com/llvm/llvm\-project/labels/tools:llvm\-strings…
171 2003-2023, LLVM Project