Lines Matching full:strings
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
39 \fBstrings\fP, which looks for printable strings in files and writes them
44 \fBllvm\-strings\fP looks for strings in each \fBinput\fP file specified.
45 Unlike GNU \fBstrings\fP it looks in the entire input file, regardless of
59 $ llvm\-strings input.txt
70 Silently ignored. Present for GNU \fBstrings\fP compatibility.
94 $ llvm\-strings \-\-print\-file\-name test.o test.elf
122 $ llvm\-strings \-\-radix=o test.o
130 $ llvm\-strings \-\-radix=d test.o
138 $ llvm\-strings \-t x test.o
154 Display the version of the \fBllvm\-strings\fP executable.
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…