Searched refs:inspect (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/crle/ |
H A D | Makefile.com | 33 inspect.o hash.o print.o util.o
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | _crle.h | 199 extern int inspect(Crle_desc *, const char *, Half);
|
H A D | crle.c | 515 if (inspect(&crle, (const char *)optarg, flag) != 0) 548 if (inspect(&crle, (const char *)optarg, flag) != 0) 557 if (inspect(&crle, (const char *)optarg, flag) != 0)
|
H A D | depend.c | 203 if ((error = inspect(crle, str,
|
H A D | print.c | 198 * unsuspected propagation down the inspect() family, only use those flags that 199 * would have been contributed from crle()'s calls to inspect. 431 if (inspect(crle, (strtbl + obj->co_name), 798 if (inspect(crle, str, 892 if (inspect(crle, str,
|
H A D | inspect.c | 48 * All file and directory additions come through the inspect() entry point. 936 inspect(Crle_desc *crle, const char *name, Half flags) function 1076 * to inspect the file. It may require alternatives or something that
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | relocate.c | 233 disp_scansyms(Ifl_desc * ifl, Rel_desc *rld, Boolean rlocal, int inspect, argument 257 if (inspect)
|
Completed in 98 milliseconds