Searched refs:is_shlib (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/ldd/ |
H A D | ldd.c | 72 static int is_executable(const char *fname, int fd, int *is_shlib, 136 int aflag, c, fd, rval, status, is_shlib, rv, type; in main() local 174 rv = is_executable(*argv, fd, &is_shlib, &type); in main() 238 if (is_shlib == 0) { in main() 390 is_executable(const char *fname, int fd, int *is_shlib, int *type) in is_executable() argument 398 *is_shlib = 0; in is_executable() 460 *is_shlib = 1; in is_executable()
|