Lines Matching refs:LOG
41 LOG(WARNING) << "Failed fo fixup .dynamic in " << file->GetPath(); in Fixup()
45 LOG(WARNING) << "Failed fo fixup section headers in " << file->GetPath(); in Fixup()
49 LOG(WARNING) << "Failed fo fixup program headers in " << file->GetPath(); in Fixup()
53 LOG(WARNING) << "Failed fo fixup .dynsym in " << file->GetPath(); in Fixup()
57 LOG(WARNING) << "Failed fo fixup .symtab in " << file->GetPath(); in Fixup()
61 LOG(WARNING) << "Failed fo fixup .rel.dyn in " << file->GetPath(); in Fixup()
75 LOG(INFO) << StringPrintf("In %s moving Elf32_Dyn[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupDynamic()
95 LOG(INFO) << StringPrintf("In %s moving Elf32_Shdr[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupSectionHeaders()
113 LOG(INFO) << StringPrintf("In %s moving Elf32_Phdr[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupProgramHeaders()
139 LOG(INFO) << StringPrintf("In %s moving Elf32_Sym[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupSymbols()
157 LOG(INFO) << StringPrintf("In %s moving Elf32_Rel[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupRelocations()
167 LOG(INFO) << StringPrintf("In %s moving Elf32_Rela[%d] from 0x%08x to 0x%08" PRIxPTR, in FixupRelocations()