Searched refs:LOG (Results 1 - 5 of 5) sorted by relevance

/bionic/tools/relocation_packer/src/
H A Dmain.cc77 LOG(INFO) << "Try '" << argv[0] << " --help' for more information.";
88 LOG(INFO) << "Try '" << argv[0] << " --help' for more information.";
93 LOG(WARNING) << "Elf Library is out of date!";
99 LOG(ERROR) << file << ": " << strerror(errno);
110 LOG(ERROR) << file << ": failed to read elf header:" << strerror(errno);
115 LOG(ERROR) << file << ": lseek to 0 failed:" << strerror(errno);
140 LOG(ERROR) << file << ": unknown ELFCLASS: " << e_ident[EI_CLASS];
145 LOG(ERROR) << file << ": failed to pack/unpack file";
H A Ddebug_unittest.cc18 LOG(INFO) << "INFO log message";
19 LOG(WARNING) << "WARNING log message";
20 LOG(ERROR) << "ERROR log message";
104 EXPECT_DEATH(LOG(FATAL) << "FATAL log message", "FATAL: FATAL log message");
H A Ddebug.h7 // LOG(tag) prints messages. Tags are INFO, WARNING, ERROR and FATAL.
85 // LOG(severity) prints a message with the given severity, and aborts if
89 #define LOG(severity) \ macro
114 #define NOTREACHED(_) (LOG(FATAL) \
H A Delf_file.cc142 LOG(ERROR) << "File not in ELF format";
148 LOG(ERROR) << "Failed to load ELF header: " << elf_errmsg(elf_errno());
153 LOG(ERROR) << "ELF file is not a shared object";
238 LOG(ERROR) << "Missing .dynamic section";
245 LOG(ERROR) << "No relocations sections found";
249 LOG(ERROR) << "Multiple relocations sections with different types found, "
340 LOG(WARNING) << "Cannot find a LOAD segment from which to restore p_align";
427 LOG(FATAL) << "Cannot locate a LOAD segment with hole_start=0x" << std::hex << hole_start;
665 LOG(FATAL) << "Dynamic slot is not found for tag=" << tag;
679 LOG(ERRO
[all...]
/bionic/libc/seccomp/
H A Dseccomp_policy.cpp108 LOG(FATAL)

Completed in 77 milliseconds