Lines Matching refs:LOG

258     LOG(INFO) << "phdr_offset=" << phdr_offset << std::hex << " " << phdr_offset;  in Write()
259 LOG(INFO) << "phdr_size=" << phdr_size << std::hex << " " << phdr_size; in Write()
300 LOG(INFO) << "dynstr size (bytes) =" << dynstr.size() in Write()
302 LOG(INFO) << "dynsym size (elements)=" << dynsym_builder_.GetSize() in Write()
311 LOG(INFO) << "strtab size (bytes) =" << strtab.size() in Write()
313 LOG(INFO) << "symtab size (elements) =" << symtab_builder_.GetSize() in Write()
387 LOG(INFO) << ".shstrtab size (bytes) =" << shstrtab.size() in Write()
389 LOG(INFO) << "section list size (elements)=" << section_ptrs.size() in Write()
397 LOG(INFO) << ".hash size (bytes)=" << hash.size() * sizeof(Elf32_Word) in Write()
467 LOG(INFO) << "dynsym off=" << dynsym_builder_.section_.sh_offset in Write()
469 LOG(INFO) << "dynstr off=" << dynsym_builder_.strtab_.section_.sh_offset in Write()
471 LOG(INFO) << "hash off=" << hash_builder_.section_.sh_offset in Write()
473 LOG(INFO) << "rodata off=" << rodata_builder_.section_.sh_offset in Write()
475 LOG(INFO) << "text off=" << text_builder_.section_.sh_offset in Write()
477 LOG(INFO) << "dynamic off=" << dynamic_builder_.section_.sh_offset in Write()
480 LOG(INFO) << "symtab off=" << symtab_builder_.section_.sh_offset in Write()
482 LOG(INFO) << "strtab off=" << symtab_builder_.strtab_.section_.sh_offset in Write()
498 LOG(INFO) << it->name_ << " off=" << it->section_.sh_offset in Write()
508 LOG(INFO) << "shstrtab off=" << shstrtab_builder_.section_.sh_offset in Write()
606 LOG(ERROR) << "Unable to write to file " << elf_file_->GetPath(); in Write()
709 LOG(INFO) << "adding section name \"" << builder->name_ << "\" " in AssignSectionStr()
866 LOG(FATAL) << "Unknown instruction set: " << isa; in SetISA()
901 LOG(INFO) << "No patches to record"; in ReservePatchSpace()
907 LOG(INFO) << "Patches reserved for " << size; in ReservePatchSpace()