/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/ |
H A D | strip-one-section.sh | 39 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 D | strip-two-sections.sh | 39 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 D | strip-all-sections.sh | 37 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 D | Makefile | 17 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 D | README.md | 4 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 D | spellprog.c | 55 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 D | ldump.c | 22 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 D | engine.c | 431 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 D | regcomp.c | 86 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 D | regfree.c | 66 if (g->strip != NULL) in regfree() 67 free((char *)g->strip); in regfree()
|
/illumos-gate/usr/src/cmd/xvm/ |
H A D | Makefile | 34 strip := TARGET = strip macro 41 install strip clean clobber lint _msg: $(SUBDIRS) target
|
/illumos-gate/usr/src/cmd/cpc/ |
H A D | Makefile | 37 strip := TARGET = strip macro 44 install strip clean clobber lint _msg: $(SUBDIRS) target
|
/illumos-gate/usr/src/cmd/lp/lib/ |
H A D | Makefile | 53 strip := TARGET= strip macro 64 strip: target
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | Makefile | 44 strip := TARGET= strip macro 57 install clean clobber lint strip : $(SUBDIRS) target
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | Makefile | 36 strip := TARGET = strip macro 50 install clean lint strip: $(SUBDIRS) target
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-elftest.p5m | 41 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 D | developer-object-file.p5m | 31 …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 D | uucp.m4 | 41 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 D | default.run | 31 [/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 D | Makefile | 47 strip := TARGET= strip macro 89 clean strip cstyle: $(SUBDIRS) target
|
H A D | Makefile.sp | 87 strip :=TARGET= strip
|
/illumos-gate/usr/src/cmd/troff/nroff.d/ |
H A D | Makefile | 65 strip := TARGET= strip macro 93 strip : target
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | strip.c | 37 strip ( in strip() function 41 strip (str) in strip()
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | Makefile | 70 strip := TARGET= strip macro 105 strip : target
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/ |
H A D | parser.py | 64 field = field.strip() 66 derefs = [struct.strip() for struct in field.strip().split(',') if struct]
|