Searched refs:is_shlib (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/ldd/
H A Dldd.c74 static int is_executable(const char *fname, int fd, int *is_shlib,
178 int fd, status, is_shlib, rv, type; local
185 rv = is_executable(*argv, fd, &is_shlib, &type);
244 if (is_shlib == 0) {
391 is_executable(const char *fname, int fd, int *is_shlib, int *type) argument
399 *is_shlib = 0;
461 *is_shlib = 1;

Completed in 155 milliseconds