Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 141) sorted by relevance

123456

/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/
H A Dstrip-one-section.sh39 gas -c ${TESTDIR}/strip-one-section.s -o strip-one-obj1.o
45 /bin/ld -s strip-one-obj1.o -o strip-one
51 if [[ $(elfdump -cN.debug_stuff strip-one) != "" ]]; then
56 if [[ $(elfdump -cN.test_code strip-one) == "" ||
57 $(elfdump -cN.test_data strip-one) == "" ]]; then
64 /bin/ld -r -s strip-one-obj1.o -o strip-one.o
71 if [[ $(elfdump -cN.group strip-one.o) == "" ]]; then
76 find_in_group .group1 .test_data strip-one.o
77 find_in_group .group1 .test_code strip-one.o
H A Dstrip-two-sections.sh39 gas -c ${TESTDIR}/strip-two-sections.s -o strip-two-obj1.o
45 /bin/ld -s strip-two-obj1.o -o strip-two
51 if [[ $(elfdump -cN.debug_stuff strip-two) != "" ]]; then
56 if [[ $(elfdump -cN.test_code strip-two) == "" ||
57 $(elfdump -cN.test_data strip-two) == "" ]]; then
64 /bin/ld -r -s strip-two-obj1.o -o strip-two.o
71 if [[ $(elfdump -cN.group strip-two.o) == "" ]]; then
76 find_in_group .group1 .test_data strip-two.o
77 find_in_group .group1 .test_code strip-two.o
H A Dstrip-all-sections.sh37 gas -c ${TESTDIR}/strip-all-sections.s -o strip-all-obj1.o
43 /bin/ld -s strip-all-obj1.o -o strip-all
49 if [[ $(elfdump -cN.debug_stuff strip-all) != "" ||
50 $(elfdump -cN.debug_data strip-all) != "" ||
51 $(elfdump -cN.debug_code strip-all) != "" ]]; then
58 /bin/ld -r -s strip-all-obj1.o -o strip-all.o
64 if [[ $(elfdump -cN.group strip-all.o) != "" ]]; then
H A DMakefile17 PROG = strip-one-section strip-two-sections strip-all-sections
19 DATAFILES = strip-one-section.s strip-two-sections.s strip-all-sections.s \
23 TESTDIR = $(ROOTOPTPKG)/tests/groups/strip-groups
H A DREADME.md4 strip-one: We create a group where some, but not all members are strippable
8 strip-two: Create a group where the middle two sections are strippable, verify
11 strip-all: We create a group where all members are stripped and verify this
/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c55 static int strip(char *, char *, char *, int);
96 {"laci", strip, 2, "", "+al"},
97 {"latnem", strip, 2, "", "+al"},
98 {"lanoi", strip, 2, "", "+al"},
99 {"tnem", strip, 4, "", "+ment"},
103 {"re", strip, 1, "", "+r", i_to_y, 2, "-y+ier", "+er"},
104 {"de", strip, 1, "", "+d", i_to_y, 2, "-y+ied", "+ed"},
105 {"citsi", strip, 2, "", "+ic"},
108 {"tse", strip, 2, "", "+st", i_to_y, 3, "-y+iest", "+est"},
124 {"pihs", strip, 4, "", "+ship"},
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldump.c22 int strip; member
123 DumpString((D->strip) ? NULL : f->source,D); in DumpDebug()
124 n= (D->strip) ? 0 : f->sizelineinfo; in DumpDebug()
126 n= (D->strip) ? 0 : f->sizelocvars; in DumpDebug()
134 n= (D->strip) ? 0 : f->sizeupvalues; in DumpDebug()
162 int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) in luaU_dump() argument
168 D.strip=strip; in luaU_dump()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c431 switch (OP(m->g->strip[es])) { in dissect()
434 es += OPND(m->g->strip[es]); in dissect()
437 while (OP(m->g->strip[es]) != (sop)O_CH) in dissect()
438 es += OPND(m->g->strip[es]); in dissect()
444 switch (OP(m->g->strip[ss])) { in dissect()
540 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect()
541 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
547 assert(OP(m->g->strip[esub]) == OOR1); in dissect()
549 assert(OP(m->g->strip[esub]) == OOR2); in dissect()
551 esub += OPND(m->g->strip[esub]); in dissect()
[all …]
H A Dregcomp.c86 sop *strip; /* malloced strip */ member
262 p->strip = (sop *)malloc(p->ssize * sizeof (sop)); in regcomp()
264 if (p->strip == NULL) { in regcomp()
771 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
772 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1426 (void) memcpy((char *)(p->strip + p->slen), in dupl()
1427 (char *)(p->strip + start), (size_t)len*sizeof (sop)); in dupl()
1455 p->strip[p->slen++] = SOP(op, opnd); in doemit()
1475 s = p->strip[sn]; in doinsert()
1488 (void) memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos], in doinsert()
[all …]
H A Dregfree.c66 if (g->strip != NULL) in regfree()
67 free((char *)g->strip); in regfree()
/illumos-gate/usr/src/cmd/xvm/
H A DMakefile34 strip := TARGET = strip macro
41 install strip clean clobber lint _msg: $(SUBDIRS) target
/illumos-gate/usr/src/cmd/cpc/
H A DMakefile37 strip := TARGET = strip macro
44 install strip clean clobber lint _msg: $(SUBDIRS) target
/illumos-gate/usr/src/cmd/lp/lib/
H A DMakefile53 strip := TARGET= strip macro
64 strip: target
/illumos-gate/usr/src/cmd/eqn/
H A DMakefile44 strip := TARGET= strip macro
57 install clean clobber lint strip : $(SUBDIRS) target
/illumos-gate/usr/src/cmd/troff/
H A DMakefile36 strip := TARGET = strip macro
50 install clean lint strip: $(SUBDIRS) target
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-elftest.p5m41 dir path=opt/elf-tests/tests/groups/strip-groups
42 file path=opt/elf-tests/tests/groups/strip-groups/README.md mode=0444
43 file path=opt/elf-tests/tests/groups/strip-groups/strip-all-sections mode=0555
44 file path=opt/elf-tests/tests/groups/strip-groups/strip-all-sections.s mode=0444
45 file path=opt/elf-tests/tests/groups/strip-groups/strip-one-section mode=0555
46 file path=opt/elf-tests/tests/groups/strip-groups/strip-one-section.s mode=0444
47 file path=opt/elf-tests/tests/groups/strip-groups/strip-two-sections mode=0555
48 file path=opt/elf-tests/tests/groups/strip-groups/strip-two-sections.s mode=0444
H A Ddeveloper-object-file.p5m31 …r, dis, dump, elfdump, elfedit, lex, lorder, mcs, nm, ranlib, rpcgen, size, strip, tsort, and yacc"
44 hardlink path=usr/bin/$(ARCH64)/strip target=../../bin/$(ARCH64)/mcs
61 hardlink path=usr/bin/strip target=../bin/mcs
75 link path=usr/ccs/bin/$(ARCH64)/strip target=../../../bin/$(ARCH64)/strip
89 link path=usr/ccs/bin/strip target=../../bin/strip
143 file path=usr/share/man/man1/strip.1
149 … dis, dump, elfdump, elfedit, lex, lorder, mcs, nm, ranlib, rpcgen, size, strip, tsort, and yacc" \
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/
H A Duucp.m441 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
42 R$* < @ $=w > $1 strip local name
60 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
61 R$* < @ $=w > $1 strip local name
75 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
76 R$* < @ $=w > $1 strip local name
110 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
/illumos-gate/usr/src/test/elf-tests/runfiles/
H A Ddefault.run31 [/opt/elf-tests/tests/groups/strip-groups]
32 tests = ['strip-one-section', 'strip-two-sections', 'strip-all-sections']
/illumos-gate/usr/src/cmd/print/
H A DMakefile47 strip := TARGET= strip macro
89 clean strip cstyle: $(SUBDIRS) target
H A DMakefile.sp87 strip :=TARGET= strip
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A DMakefile65 strip := TARGET= strip macro
93 strip : target
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dstrip.c37 strip ( in strip() function
41 strip (str) in strip()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A DMakefile70 strip := TARGET= strip macro
105 strip : target
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/
H A Dparser.py64 field = field.strip()
66 derefs = [struct.strip() for struct in field.strip().split(',') if struct]

123456