Searched refs:rtld_fdputstr (Results 1 – 4 of 4) sorted by relevance
45 rtld_fdputstr(STDERR_FILENO, "Out of memory\n"); in xcalloc()59 rtld_fdputstr(STDERR_FILENO, "Out of memory\n"); in xmalloc()88 rtld_fdputstr(STDERR_FILENO, "Out of memory\n"); in xmalloc_aligned()
41 void rtld_fdputstr(int fd, const char *str);45 #define rtld_putstr(str) rtld_fdputstr(STDOUT_FILENO, (str))
501 rtld_fdputstr(int fd, const char *str) in rtld_fdputstr() function
1253 rtld_fdputstr(STDERR_FILENO, _BASENAME_RTLD ": "); in rtld_die()1254 rtld_fdputstr(STDERR_FILENO, msg); in rtld_die()