Searched defs:filtees (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c763 * A null symbol interpretor. Used if a filter has no associated filtees.
812 * be resolved from the shared objects filtees instead of from within itself.
820 const char *name = slp->sl_name, *filtees; local
864 filtees = dip->di_name;
867 elf_config_flt(lml, PATHNAME(ilmp), filtees,
871 DBG_CALL(Dbg_file_filter(lml, NAME(ilmp), filtees, 0));
876 NAME(ilmp), filtees); local
878 if (expand_paths(ilmp, filtees, (Alist **)&dip->di_info,
900 * Establish the mode of the filtee from the filter. As filtees
902 * and the filtees are
[all...]

Completed in 75 milliseconds