Searched refs:INFO (Results 1 – 12 of 12) sorted by relevance
/bionic/linker/ |
D | linker_cfi.cpp | 169 INFO("[ CFI add 0x%zx + 0x%zx %s ]", static_cast<uintptr_t>(si->base), in AddLibrary() 175 INFO("[ CFI add 0x%zx + 0x%zx %s: 0x%zx ]", static_cast<uintptr_t>(si->base), in AddLibrary() 266 INFO("[ CFI remove 0x%zx + 0x%zx: %s ]", static_cast<uintptr_t>(si->base), in BeforeUnload()
|
D | linker_main.cpp | 337 INFO("[ Android dynamic linker (64-bit) ]"); in linker_main() 339 INFO("[ Android dynamic linker (32-bit) ]"); in linker_main() 349 INFO("[ LD_LIBRARY_PATH set to \"%s\" ]", ldpath_env); in linker_main() 353 INFO("[ LD_PRELOAD set to \"%s\" ]", ldpreload_env); in linker_main() 360 INFO("[ Linking executable \"%s\" ]", exe_info.path.c_str()); in linker_main() 846 INFO("[ Jumping to _start (%p)... ]", reinterpret_cast<void*>(start_address)); in __linker_init_post_relocation()
|
D | linker_debug.h | 77 #define INFO(x...) _PRINTVF(LINKER_VERBOSITY_INFO, x) macro
|
D | linker_note_gnu_property.cpp | 164 INFO("[ BTI compatible: \"%s\" ]", name); in Parse()
|
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 | 2845 INFO("[ Linking \"%s\" ]", get_realpath()); in prelink_image() 3563 INFO("[ Reading linker config \"%s\" ]", ld_config_file_path.c_str()); in init_default_namespaces()
|
/bionic/libc/tools/ |
D | genfunctosyscallnrs.py | 56 logging.basicConfig(level=logging.INFO)
|
D | genseccomp.py | 299 logging.basicConfig(level=logging.INFO)
|
/bionic/tests/ |
D | wctype_test.cpp | 41 GTEST_LOG_(INFO) << "skipping unicode test " << val_int; in TestIsWideFn() 51 GTEST_LOG_(INFO) << "skipping unicode test " << val_int; in TestIsWideFn()
|
D | iconv_test.cpp | 316 GTEST_LOG_(INFO) << "can't round-trip " << dst_enc << "\n"; in RoundTrip()
|
D | sys_ptrace_test.cpp | 264 GTEST_LOG_(INFO) << "missing riscv64 instruction to store > 64 bits in one instruction"; in watchpoint_imprecise_child()
|
D | pthread_test.cpp | 2729 GTEST_LOG_(INFO) << s; in signal_handler_logging()
|