Lines Matching refs:on
30 dependencies on libraries and other executable files. It is important to
32 list, but the output should give you pointers on possible dependencies.
34 For more information on how this tool works, see "How does this tool work?"
44 /var/sadm/install/contents(see notes on make_pkg_db)
46 a package pool (see notes on make_pkg_db)
57 b. read the README notes on make_pkg_db and decide if you
71 The strings command will not be run on binaries if the user specifies the
94 A. Dependency Checks on Kernel Modules
97 path. If an input is identified as a kernel module, then an ldd is run on
100 if the tool runs on /kernel/drv/mydrv, the ldd will return something like
104 If the ldd returns nothing, then a "strings" command is run on the kernel
109 Note, if the ldd succeeds, then a strings will not run on the kernel module.
114 Binary files have both the ldd and strings command run on them. The output of
118 If the user specifies the -cons option on get_depend_info, then the strings