Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_auxv.cpp112 async_safe_format_fd(STDOUT_FILENO, "%-20s %#lx\n", name, value); in ld_show_auxv()
117 async_safe_format_fd(STDOUT_FILENO, "%-20s %#lb\n", name, value); in ld_show_auxv()
121 async_safe_format_fd(STDOUT_FILENO, "%-20s \"%s\"\n", name, reinterpret_cast<char*>(value)); in ld_show_auxv()
124 async_safe_format_fd(STDOUT_FILENO, "%-20s %ld\n", name, value); in ld_show_auxv()
Dlinker_globals.h47 async_safe_format_fd(2, "WARNING: linker: "); \
48 async_safe_format_fd(2, fmt, ##x); \
49 async_safe_format_fd(2, "\n"); \
Dlinker_main.cpp812 async_safe_format_fd(STDOUT_FILENO, in __linker_init_post_relocation()
Dlinker.cpp3337 async_safe_format_fd(STDOUT_FILENO, "\t%s => %s (%p)\n", get_soname(), in link_image()
/bionic/libc/async_safe/include/async_safe/
Dlog.h70 int async_safe_format_fd(int fd, const char* format , ...) __printflike(2, 3);
/bionic/libc/async_safe/
Dasync_safe_log.cpp475 int async_safe_format_fd(int fd, const char* format, ...) { in async_safe_format_fd() function