Home
last modified time | relevance | path

Searched refs:fd_u (Results 1 – 1 of 1) sorted by relevance

/dragonfly/libexec/rtld-elf/
H A Drtld.c2143 load_object(const char *name, int fd_u, const Obj_Entry *refobj, int flags) in load_object() argument
2168 } else if (fd_u == -1) { in load_object()
2184 fd = fcntl(fd_u, F_DUPFD_CLOEXEC, 0); in load_object()