Searched refs:strip (Results 1 - 25 of 326) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/binutils/binutils/
H A Dsanity.sh17 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
31 ### strip
35 cp ${BIN}/strip ${TMPDIR}/strip
39 ${BIN}/strip ${TMPDIR}/$i
41 ${TMPDIR}/strip ${TMPDIR}/$i
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregfree.c63 if (g->strip != NULL)
64 free((char *)g->strip);
H A Dregengine.inc316 switch (OP(m->g->strip[es])) {
319 es += OPND(m->g->strip[es]);
322 while (OP(m->g->strip[es]) != O_CH)
323 es += OPND(m->g->strip[es]);
329 switch (OP(m->g->strip[ss])) {
429 esub = ss + OPND(m->g->strip[ss]) - 1;
430 assert(OP(m->g->strip[esub]) == OOR1);
435 assert(OP(m->g->strip[esub]) == OOR1);
437 assert(OP(m->g->strip[esub]) == OOR2);
439 esub += OPND(m->g->strip[esu
[all...]
H A Dregcomp.c196 sop *strip; /* malloced strip */ member in struct:parse
197 sopno ssize; /* malloced strip size (allocated) */
198 sopno slen; /* malloced strip length (used) */
323 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
325 if (p->strip == NULL) {
528 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
529 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
727 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
728 assert(OP(p->strip[
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsvn13 if os.path.isdir(line.strip()):
15 print prefix + line.strip() + term
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlundump.h20 LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip);
H A Dldump.c22 int strip; member in struct:__anon5388
123 DumpString((D->strip) ? NULL : f->source,D);
124 n= (D->strip) ? 0 : f->sizelineinfo;
126 n= (D->strip) ? 0 : f->sizelocvars;
134 n= (D->strip) ? 0 : f->sizeupvalues;
162 int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) argument
168 D.strip=strip;
/freebsd-11-stable/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in28 my ($showpeers, $maxlevel, $strip);
42 ($showpeers, $maxlevel, $strip) =
43 ($opts->{peers}, $opts->{maxlevel}, $opts->{strip});
167 if ($strip) {
168 $printhost =~ s/$strip//;
185 $printhost =~ s/$strip// if $strip;
197 $printhost =~ s/$strip// if $strip;
/freebsd-11-stable/contrib/nvi/regex/
H A Dregfree.c67 if (g->strip != NULL)
68 free((char *)g->strip);
H A Dengine.c314 switch (m->g->strip[es]) {
320 while (m->g->strip[es] != O_CH)
327 switch (m->g->strip[ss]) {
424 assert(m->g->strip[esub] == OOR1);
429 assert(m->g->strip[esub] == OOR1);
431 assert(m->g->strip[esub] == OOR2);
434 if (m->g->strip[esub] == OOR2)
437 assert(m->g->strip[esub] == O_CH);
497 s = m->g->strip[ss];
555 s = m->g->strip[s
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlundump.h30 void* data, int strip);
H A Dldump.c26 int strip; member in struct:__anon3412
149 n = (D->strip) ? 0 : f->sizelineinfo;
152 n = (D->strip) ? 0 : f->sizelocvars;
159 n = (D->strip) ? 0 : f->sizeupvalues;
167 if (D->strip || f->source == psource)
203 int strip) {
208 D.strip = strip;
202 luaU_dump(lua_State *L, const Proto *f, lua_Writer w, void *data, int strip) argument
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A DMakefile29 MAN= elfcopy.1 mcs.1 strip.1
36 ${BINDIR}/elfcopy ${BINDIR}/strip
38 EXTRA_TARGETS= mcs strip objcopy
/freebsd-11-stable/crypto/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; local
228 memset(strip, '\0', sizeof(strip));
232 line_stripname(strip, full, sizeof(strip)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
/freebsd-11-stable/release/picobsd/build/
H A DMakefile.conf37 strip ${.TARGET}
38 strip --remove-section=.note --remove-section=.comment ${.TARGET}
/freebsd-11-stable/gnu/usr.bin/binutils/objcopy/
H A DMakefile8 SRCS= objcopy.c not-strip.c
/freebsd-11-stable/targets/pseudo/toolchain/
H A DMakefile.depend21 usr.bin/strip \
/freebsd-11-stable/lib/libc/regex/
H A Dregfree.c72 if (g->strip != NULL)
73 free((char *)g->strip);
H A Dengine.c393 switch (OP(m->g->strip[es])) {
396 es += OPND(m->g->strip[es]);
399 while (OP(m->g->strip[es]) != O_CH)
400 es += OPND(m->g->strip[es]);
406 switch (OP(m->g->strip[ss])) {
502 esub = ss + OPND(m->g->strip[ss]) - 1;
503 assert(OP(m->g->strip[esub]) == OOR1);
508 assert(OP(m->g->strip[esub]) == OOR1);
510 assert(OP(m->g->strip[esub]) == OOR2);
512 esub += OPND(m->g->strip[esu
[all...]
/freebsd-11-stable/usr.bin/elfcopy/
H A DMakefile29 MAN= ${PROG}.1 strip.1
31 LINKS= ${BINDIR}/${PROG} ${BINDIR}/strip
/freebsd-11-stable/tools/debugscripts/
H A Dkld_deb.py121 p = popen2.popen4('find %s -type f -name "%s.debug"' % (j, i[0]))[0].read().strip()
125 p = popen2.popen4('find %s -type f -name "%s"' % (j, i[0]))[0].read().strip()
136 #j = popen2.popen4('objdump --section-headers /boot/kernel/%s | grep "\.text"' % i[0])[0].read().strip().split()
138 j = popen2.popen4('objdump --section-headers "%s" | grep "\.text"' % p)[0].read().strip().split()
/freebsd-11-stable/sys/conf/
H A DMakefile.mips69 ${OBJCOPY} --strip-symbol '$$d' --strip-symbol '$$a' \
70 -g --strip-symbol '$$t' ${FULLKERNEL} ${KERNEL_KO}.tmp
/freebsd-11-stable/contrib/dialog/package/freebsd/
H A DMakefile36 INSTALL_TARGET= install-strip install-man install-lib
/freebsd-11-stable/share/me/
H A DMakefile17 sed -f ${.CURDIR}/strip.sed < ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dpatch-cmd.c90 opt_state->dry_run, opt_state->strip,

Completed in 288 milliseconds

1234567891011>>