/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | sanity.sh | 17 for i in size objdump nm ar strip ranlib ; do 22 for i in size objdump nm ar strip ranlib ; do 27 for i in size objdump nm ar strip ranlib ; do 35 cp ${BIN}/strip ${TMPDIR}/strip 39 ${BIN}/strip ${TMPDIR}/$i 41 ${TMPDIR}/strip ${TMPDIR}/$i
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | sanity.sh | 17 for i in size objdump nm ar strip ranlib ; do 22 for i in size objdump nm ar strip ranlib ; do 27 for i in size objdump nm ar strip ranlib ; do 35 cp ${BIN}/strip ${TMPDIR}/strip 39 ${BIN}/strip ${TMPDIR}/$i 41 ${TMPDIR}/strip ${TMPDIR}/$i
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-strip.rst | 1 llvm-strip - object stripping tool 4 .. program:: llvm-strip 9 :program:`llvm-strip` [*options*] *inputs...* 14 :program:`llvm-strip` is a tool to strip sections and symbols from object files. 53 .. option:: --no-strip-all 55 Disable :option:`--strip-all`. 81 .. option:: --strip-all-gnu 84 is equivalent to GNU :program:`strip`'s ``--strip-all`` switch. 86 .. option:: --strip-all, -s 104 .. option:: --strip-unneeded [all …]
|
/openbsd/usr.bin/spell/ |
H A D | spellprog.c | 140 {"laci", strip, 2, "", "+al"}, 141 {"latnem", strip, 2, "", "+al"}, 142 {"lanoi", strip, 2, "", "+al"}, 143 {"tnem", strip, 4, "", "+ment"}, 148 {"citsi", strip, 2, "", "+ic"}, 165 {"pihs", strip, 4, "", "+ship"}, 416 return (strip(ep, d, a, lev)); in s() 442 if (strip(ep, "", d, lev)) in y_to_e() 465 return (strip(ep, d, a, lev)); in ncy() 513 return (strip(ep, d, a, lev)); in metry() [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/ |
H A D | StripOpts.td | 8 HelpText<"Alias for --strip-all">; 9 def no_strip_all : Flag<["--"], "no-strip-all">, 10 HelpText<"Disable --strip-all">; 14 HelpText<"Alias for --strip-debug">; 17 HelpText<"Alias for --strip-debug">;
|
H A D | CommonOpts.td | 41 def strip_all : Flag<["--"], "strip-all">, 47 : Flag<["--"], "strip-all-gnu">, 48 HelpText<"Compatible with GNU's --strip-all">; 50 def strip_debug : Flag<["--"], "strip-debug">, 54 HelpText<"Alias for --strip-debug">; 56 def strip_unneeded : Flag<["--"], "strip-unneeded">, 66 : Flag<["--"], "strip-sections">, 69 defm strip_symbol : Eq<"strip-symbol", "Strip <symbol>">, 73 HelpText<"Alias for --strip-symbol">; 128 "\"-N '*' -N '!x'\" will strip all symbols except for \"x\".">;
|
H A D | CMakeLists.txt | 38 add_llvm_tool_symlink(llvm-bitcode-strip llvm-objcopy) 39 add_llvm_tool_symlink(llvm-strip llvm-objcopy) 43 add_llvm_tool_symlink(strip llvm-objcopy) 48 add_llvm_tool_symlink(bitcode_strip llvm-bitcode-strip)
|
/openbsd/etc/examples/ |
H A D | radiusd.conf | 23 module load strip-realm "/usr/libexec/radiusd/radiusd_standard" 24 module set strip-realm strip-atmark-realm true 28 decorate-by strip-realm
|
/openbsd/lib/libc/regex/ |
H A D | engine.c | 317 switch (OP(m->g->strip[es])) { in dissect() 320 es += OPND(m->g->strip[es]); in dissect() 324 es += OPND(m->g->strip[es]); in dissect() 330 switch (OP(m->g->strip[ss])) { in dissect() 436 esub += OPND(m->g->strip[esub]); in dissect() 454 i = OPND(m->g->strip[ss]); in dissect() 459 i = OPND(m->g->strip[ss]); in dissect() 552 s = m->g->strip[ss]; in backref() 572 s = m->g->strip[ss]; in backref() 630 esub += OPND(m->g->strip[esub]); in backref() [all …]
|
H A D | regcomp.c | 172 if (p->strip == NULL) { in regcomp() 1164 (void) memcpy(p->strip + p->slen, p->strip + start, len * sizeof(sop)); in dupl() 1212 s = p->strip[sn]; in doinsert() 1225 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos], in doinsert() 1227 p->strip[pos] = s; in doinsert() 1241 p->strip[pos] = OP(p->strip[pos]) | value; in dofwd() 1260 p->strip = sp; in enlarge() 1272 g->strip = reallocarray(p->strip, p->slen, sizeof(sop)); in stripsnug() 1275 g->strip = p->strip; in stripsnug() 1305 scan = g->strip + 1; in findmust() [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-ifs/ |
H A D | Opts.td | 27 def strip_ifs_arch : FF<"strip-ifs-arch", "Strip target architecture information away from IFS outp… 28 def strip_ifs_bitwidth : FF<"strip-ifs-bitwidth", "Strip target bit width information away from IFS… 29 def strip_ifs_endianness : FF<"strip-ifs-endianness", "Strip target endianness information away fro… 30 def strip_ifs_target : FF<"strip-ifs-target", "Strip all target information away from IFS output">; 31 def strip_needed : FF<"strip-needed", "Strip needed libs from output">; 32 def strip_size : FF<"strip-size", "Remove object size from the output">; 33 def strip_undefined : FF<"strip-undefined", "Strip undefined symbols from IFS output">;
|
/openbsd/gnu/llvm/llvm/utils/ |
H A D | llvm-original-di-preservation.py | 71 table_di_loc += " <th>{0}</th>\n".format(column.strip()) 101 table_di_loc += " <td>{0}</td>\n".format(column.strip()) 121 table_di_loc_sum += " <th>{0}</th>\n".format(column.strip()) 135 table_di_loc_sum += " <td>{0}</td>\n".format(column.strip()) 155 table_di_sp += " <th>{0}</th>\n".format(column.strip()) 183 table_di_sp += " <td>{0}</td>\n".format(column.strip()) 203 table_di_sp_sum += " <th>{0}</th>\n".format(column.strip()) 217 table_di_sp_sum += " <td>{0}</td>\n".format(column.strip()) 237 table_di_var += " <th>{0}</th>\n".format(column.strip()) 266 table_di_var += " <td>{0}</td>\n".format(column.strip()) [all …]
|
H A D | wciia.py | 59 name = line[2:].strip() 66 email = line[2:].strip() 69 description = line[2:].strip() 72 filesfolders = line[2:].strip()
|
H A D | convert-constraint-log-to-z3.py | 51 constraints = [g.strip() for g in group.split('\n') if g.strip() != ''] 63 expected = constraints[-1].strip()
|
H A D | revert_checker.py | 89 ).strip() 148 return (x.strip() for x in _stream_stdout(rev_list)) 155 ).strip() 169 ).strip() 209 ).strip()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/ |
H A D | HashBase.pm | 48 '^' => {reader => 1, writer => 0, dep_writer => 1, read_only => 0, strip => 1}, 49 '-' => {reader => 1, writer => 0, dep_writer => 0, read_only => 1, strip => 1}, 50 '>' => {reader => 0, writer => 1, dep_writer => 0, read_only => 0, strip => 1}, 51 '<' => {reader => 1, writer => 0, dep_writer => 0, read_only => 0, strip => 1}, 52 '+' => {reader => 0, writer => 0, dep_writer => 0, read_only => 0, strip => 1}, 77 substr($x, 0, 1) = '' if $spec->{strip};
|
/openbsd/gnu/usr.bin/perl/cpan/Term-Table/lib/Term/Table/ |
H A D | HashBase.pm | 48 '^' => {reader => 1, writer => 0, dep_writer => 1, read_only => 0, strip => 1}, 49 '-' => {reader => 1, writer => 0, dep_writer => 0, read_only => 1, strip => 1}, 50 '>' => {reader => 0, writer => 1, dep_writer => 0, read_only => 0, strip => 1}, 51 '<' => {reader => 1, writer => 0, dep_writer => 0, read_only => 0, strip => 1}, 52 '+' => {reader => 0, writer => 0, dep_writer => 0, read_only => 0, strip => 1}, 77 substr($x, 0, 1) = '' if $spec->{strip};
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | dump_ast_matchers.py | 171 if declaration.strip(): 212 result_types = [r.strip() for r in results.split(',')] 238 result_types = [r.strip() for r in results.split(',')] 258 result_types = [r.strip() for r in results.split(',')] 370 name = name.strip() 373 arg = arg.strip() 421 args = ', '.join(p.strip() for p in args.split(',')) 466 if line.strip() and line[0] == '}': 478 if line.strip() and line.lstrip()[0] == '/': 482 if ((not line.strip()) or [all …]
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | regcomp.c | 325 if (p->strip == NULL) { in llvm_regcomp() 1512 s = p->strip[sn]; in doinsert() 1525 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos], in doinsert() 1527 p->strip[pos] = s; in doinsert() 1541 p->strip[pos] = OP(p->strip[pos]) | value; in dofwd() 1565 p->strip = sp; in enlarge() 1577 g->strip = p->strip; in stripsnug() 1582 g->strip = (sop *)realloc((char *)p->strip, p->slen * sizeof(sop)); in stripsnug() 1585 g->strip = p->strip; in stripsnug() 1615 scan = g->strip + 1; in findmust() [all …]
|
H A D | regengine.inc | 318 char ch = OPND(g->strip[startst]); 357 switch (OP(m->g->strip[es])) { 360 es += OPND(m->g->strip[es]); 364 es += OPND(m->g->strip[es]); 370 switch (OP(m->g->strip[ss])) { 501 i = OPND(m->g->strip[ss]); 506 i = OPND(m->g->strip[ss]); 603 s = m->g->strip[ss]; 623 s = m->g->strip[ss]; 817 sop s = m->g->strip[startst]; [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-cxxfilt/ |
H A D | Opts.td | 18 defm strip_underscore : BB<"strip-underscore", "Strip the leading underscore", "Don't strip the lea… 25 def : F<"_", "Alias for --strip-underscore">, Alias<strip_underscore>; 27 def : F<"n", "Alias for --no-strip-underscore">, Alias<no_strip_underscore>;
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
H A D | diff-strip-trailing-cr.txt | 1 # Check behavior of --strip-trailing-cr. 6 # RUN: diff -u --strip-trailing-cr diff-in.dos diff-in.unix && false || true 7 # RUN: diff -u --strip-trailing-cr diff-in.unix diff-in.dos && false || true
|
/openbsd/gnu/llvm/lld/utils/ |
H A D | benchmark.py | 61 line = line.split(b'#')[0].strip() 64 ret[p[1].strip().decode('ascii')] = parsePerfNum(p[0]) 69 lines = [x.strip() for x in output.split(b'\n')] 72 seconds = seconds.strip().split()[0].strip()
|
/openbsd/gnu/usr.bin/binutils/binutils/po/ |
H A D | POTFILES.in | 28 is-strip.c 30 maybe-strip.c 35 not-strip.c
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/po/ |
H A D | POTFILES.in | 29 is-strip.c 31 maybe-strip.c 36 not-strip.c
|