Searched refs:stripped (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | depcomp | 204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` 205 tmpdepfile="$stripped.u" 215 stripped=`echo "$stripped" | sed 's,^.*/,,'` 216 tmpdepfile="$stripped.u" 226 outname="$stripped.o"
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.h | 35 unsigned stripped; /* symtab, debug info */ member in struct:Elf_Info 45 /* values for Elf_Info.stripped */
|
H A D | elf_read.c | 412 * information sections. Set the "stripped" field 510 * - "not stripped" means that an executable file 512 * - "stripped" means that an executable file 522 * "stripped" 527 * "not stripped" 532 * "not stripped, no debugging information 535 if ((EI->stripped & E_NOSTRIP) == E_NOSTRIP) 538 if (!(EI->stripped & E_SYMTAB) && 540 EI->stripped |= E_SYMTAB; 549 if (!(EI->stripped [all...] |
H A D | file.c | 945 * At this time, we don't print dynamic/stripped 1271 /* Printf it it is stripped */ 1272 if (EInfo.stripped & E_SYMTAB) { 1273 (void) printf(gettext(", not stripped")); 1274 if (!(EInfo.stripped & E_DBGINF)) { 1279 (void) printf(gettext(", stripped"));
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 1672 char *stripped, *cp; local 1715 stripped = safe_strdup((const char *)cursor->content); 1717 for (; isspace(*stripped); stripped++) 1719 for (cp = stripped + strlen(stripped) - 1; isspace(*cp); cp--) 1724 stripped);
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 435 % If a _delimited_ argument is enclosed in braces, they get stripped; so 441 % that a pair of braces would be stripped.
|
Completed in 79 milliseconds