Searched refs:INFO (Results 1 – 10 of 10) sorted by relevance
/bionic/linker/ |
D | linker_main.cpp | 326 INFO("[ Android dynamic linker (64-bit) ]"); in linker_main() 328 INFO("[ Android dynamic linker (32-bit) ]"); in linker_main() 338 INFO("[ LD_LIBRARY_PATH set to \"%s\" ]", ldpath_env); in linker_main() 342 INFO("[ LD_PRELOAD set to \"%s\" ]", ldpreload_env); in linker_main() 349 INFO("[ Linking executable \"%s\" ]", exe_info.path.c_str()); in linker_main() 747 INFO("[ Jumping to _start (%p)... ]", reinterpret_cast<void*>(start_address)); in __linker_init_post_relocation()
|
D | linker_cfi.cpp | 170 INFO("[ CFI add 0x%zx + 0x%zx %s ]", static_cast<uintptr_t>(si->base), in AddLibrary() 176 INFO("[ CFI add 0x%zx + 0x%zx %s: 0x%zx ]", static_cast<uintptr_t>(si->base), in AddLibrary() 267 INFO("[ CFI remove 0x%zx + 0x%zx: %s ]", static_cast<uintptr_t>(si->base), in BeforeUnload()
|
D | linker_debug.h | 77 #define INFO(x...) _PRINTVF(LINKER_VERBOSITY_INFO, x) macro
|
D | linker_config.cpp | 257 INFO("%s:%zd: warning: path \"%s\" couldn't be resolved: %s", in parse_config_file() 272 INFO("[ Using config section \"%s\" ]", section_name.c_str()); in parse_config_file()
|
D | linker.cpp | 2780 INFO("[ Linking \"%s\" ]", get_realpath()); in prelink_image() 3457 INFO("[ Reading linker config \"%s\" ]", ld_config_file_path.c_str()); in init_default_namespaces()
|
/bionic/libc/tools/ |
D | genfunctosyscallnrs.py | 46 logging.basicConfig(level=logging.INFO)
|
D | genseccomp.py | 286 logging.basicConfig(level=logging.INFO)
|
/bionic/tests/ |
D | wctype_test.cpp | 39 GTEST_LOG_(INFO) << "skipping unicode test " << *p; in TestIsWideFn() 47 GTEST_LOG_(INFO) << "skipping unicode test " << *p; in TestIsWideFn()
|
D | iconv_test.cpp | 314 GTEST_LOG_(INFO) << "can't round-trip " << dst_enc << "\n"; in RoundTrip()
|
D | pthread_test.cpp | 2622 GTEST_LOG_(INFO) << s; in signal_handler_logging()
|