Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddebug.c143 (void) rtld_fstat(dbg_fd, &status); in dbg_setup()
240 if ((rtld_fstat(dbg_fd, &status) == -1) || in dbg_print()
264 (void) rtld_fstat(dbg_fd, &status); in dbg_print()
H A Dlocale.c160 if ((rtld_fstat(fd, &status) == -1) || in open_mofile()
H A D_rtld.h490 #define rtld_fstat fstat macro
773 extern int rtld_fstat(int, rtld_stat_t *restrict);
H A Dconfig_elf.c271 (void) rtld_fstat(fd, &status); in elf_config()
H A Dsetup.c465 (void) rtld_fstat(fd, &status); in setup()
H A Dutil.c3786 rtld_fstat(int fildes, rtld_stat_t *restrict buf) in rtld_fstat() function