Home
last modified time | relevance | path

Searched defs:is_shlib (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/usr.bin/ldd/
H A Dldd.c136 int aflag, c, fd, rval, status, is_shlib, rv, type; in main() local
390 is_executable(const char *fname, int fd, int *is_shlib, int *type) in is_executable()