Searched defs:eprintf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c151 eprintf(Lm_list *lml, Error error, const char *format, ...) function
338 eprintf(0, ERR_FATAL,
396 eprintf(0, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN),
556 eprintf(0, ERR_FATAL, MSG_INTL(MSG_SYS_ALLOC), strerror(err));
571 eprintf(0, ERR_FATAL, MSG_INTL(MSG_SYS_ALLOC), strerror(err));
655 eprintf(0, ERR_FATAL, MSG_INTL(MSG_SYS_EXEC), execstr,
714 eprintf(0, ERR_FATAL, MSG_INTL(MSG_SYS_64));
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2875 * All error messages go through eprintf(). During process initialization,
2896 * entering itself during a eprintf. ie: during eprintf malloc() fails
2897 * and we try and call eprintf ... and then malloc() fails ....
3066 eprintf(Lm_list *lml, Error error, const char *format, ...) function
3152 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_MMAPANON),
3171 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_OPEN),
3180 eprintf(lml, ERR_FATAL, MSG_INTL(MSG_SYS_MMAP),

Completed in 66 milliseconds