Searched refs:rtld_fdputstr (Results 1 – 4 of 4) sorted by relevance
43 void rtld_fdputstr(int fd, const char *str);47 #define rtld_putstr(str) rtld_fdputstr(STDOUT_FILENO, (str))
47 rtld_fdputstr(STDERR_FILENO, "Out of memory\n"); in xcalloc()61 rtld_fdputstr(STDERR_FILENO, "Out of memory\n"); in xmalloc()
505 rtld_fdputstr(int fd, const char *str) in rtld_fdputstr() function
1228 rtld_fdputstr(STDERR_FILENO, _BASENAME_RTLD ": "); in rtld_die()1229 rtld_fdputstr(STDERR_FILENO, msg); in rtld_die()