Searched refs:async_safe_format_fd (Results 1 – 6 of 6) sorted by relevance
/bionic/linker/ |
D | linker_auxv.cpp | 112 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()
|
D | linker_globals.h | 47 async_safe_format_fd(2, "WARNING: linker: "); \ 48 async_safe_format_fd(2, fmt, ##x); \ 49 async_safe_format_fd(2, "\n"); \
|
D | linker_main.cpp | 812 async_safe_format_fd(STDOUT_FILENO, in __linker_init_post_relocation()
|
D | linker.cpp | 3337 async_safe_format_fd(STDOUT_FILENO, "\t%s => %s (%p)\n", get_soname(), in link_image()
|
/bionic/libc/async_safe/include/async_safe/ |
D | log.h | 70 int async_safe_format_fd(int fd, const char* format , ...) __printflike(2, 3);
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 475 int async_safe_format_fd(int fd, const char* format, ...) { in async_safe_format_fd() function
|