Home | History | Annotate | Download | only in compiler

Lines Matching defs:info

258     LOG(INFO) << "phdr_offset=" << phdr_offset << std::hex << " " << phdr_offset;
259 LOG(INFO) << "phdr_size=" << phdr_size << std::hex << " " << phdr_size;
300 LOG(INFO) << "dynstr size (bytes) =" << dynstr.size()
302 LOG(INFO) << "dynsym size (elements)=" << dynsym_builder_.GetSize()
311 LOG(INFO) << "strtab size (bytes) =" << strtab.size()
313 LOG(INFO) << "symtab size (elements) =" << symtab_builder_.GetSize()
387 LOG(INFO) << ".shstrtab size (bytes) =" << shstrtab.size()
389 LOG(INFO) << "section list size (elements)=" << section_ptrs.size()
397 LOG(INFO) << ".hash size (bytes)=" << hash.size() * sizeof(Elf32_Word)
467 LOG(INFO) << "dynsym off=" << dynsym_builder_.section_.sh_offset
469 LOG(INFO) << "dynstr off=" << dynsym_builder_.strtab_.section_.sh_offset
471 LOG(INFO) << "hash off=" << hash_builder_.section_.sh_offset
473 LOG(INFO) << "rodata off=" << rodata_builder_.section_.sh_offset
475 LOG(INFO) << "text off=" << text_builder_.section_.sh_offset
477 LOG(INFO) << "dynamic off=" << dynamic_builder_.section_.sh_offset
480 LOG(INFO) << "symtab off=" << symtab_builder_.section_.sh_offset
482 LOG(INFO) << "strtab off=" << symtab_builder_.strtab_.section_.sh_offset
498 LOG(INFO) << it->name_ << " off=" << it->section_.sh_offset
508 LOG(INFO) << "shstrtab off=" << shstrtab_builder_.section_.sh_offset
599 // Postponed debug info.
709 LOG(INFO) << "adding section name \"" << builder->name_ << "\" "
900 LOG(INFO) << "No patches to record";
906 LOG(INFO) << "Patches reserved for " << size;
1064 const OatWriter::DebugInfo& info = dbg[i];
1065 if (info.low_pc_ < low_pc) {
1066 low_pc = info.low_pc_;
1068 if (info.high_pc_ > high_pc) {
1069 high_pc = info.high_pc_;
1077 dbg_str->insert(dbg_str->end(), info.method_name_.begin(), info.method_name_.end());
1082 PushWord(dbg_info, info.low_pc_);
1083 PushWord(dbg_info, info.high_pc_);