Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 4 of 4) sorted by relevance

/bionic/tools/relocation_packer/src/
Dmain.cc77 LOG(INFO) << "Try '" << argv[0] << " --help' for more information."; in main()
88 LOG(INFO) << "Try '" << argv[0] << " --help' for more information."; in main()
93 LOG(WARNING) << "Elf Library is out of date!"; in main()
99 LOG(ERROR) << file << ": " << strerror(errno); in main()
110 LOG(ERROR) << file << ": failed to read elf header:" << strerror(errno); in main()
115 LOG(ERROR) << file << ": lseek to 0 failed:" << strerror(errno); in main()
140 LOG(ERROR) << file << ": unknown ELFCLASS: " << e_ident[EI_CLASS]; in main()
145 LOG(ERROR) << file << ": failed to pack/unpack file"; in main()
Ddebug_unittest.cc18 LOG(INFO) << "INFO log message"; in TEST()
19 LOG(WARNING) << "WARNING log message"; in TEST()
20 LOG(ERROR) << "ERROR log message"; in TEST()
104 EXPECT_DEATH(LOG(FATAL) << "FATAL log message", "FATAL: FATAL log message"); in TEST()
Delf_file.cc142 LOG(ERROR) << "File not in ELF format"; in Load()
148 LOG(ERROR) << "Failed to load ELF header: " << elf_errmsg(elf_errno()); in Load()
153 LOG(ERROR) << "ELF file is not a shared object"; in Load()
238 LOG(ERROR) << "Missing or empty .rel.dyn or .rela.dyn section"; in Load()
242 LOG(ERROR) << "Missing .dynamic section"; in Load()
248 LOG(ERROR) << "No relocations sections found"; in Load()
252 LOG(ERROR) << "Multiple relocations sections with different types found, " in Load()
356 LOG(FATAL) << "Cannot locate a LOAD segment with hole_start=0x" << std::hex << hole_start; in FindLoadSegmentForHole()
594 LOG(FATAL) << "Dynamic slot is not found for tag=" << tag; in ReplaceDynamicEntry()
608 LOG(ERROR) << "Failed to load as ELF"; in PackRelocations()
[all …]
Ddebug.h93 #define LOG(severity) \ macro
111 #define NOTREACHED(_) (LOG(FATAL) \