Home | History | Annotate | Download | only in runtime

Lines Matching refs:file_path_

292                               file_path_.c_str());
586 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
606 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
624 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
682 CHECK_LT(i, GetProgramHeaderNum()) << file_path_; // Sanity check for caller.
710 CHECK(!program_header_only_) << file_path_;
725 CHECK(!program_header_only_) << file_path_;
811 << file_path_ << " " << section_header.sh_type;
812 CHECK_NE(0U, section_header.sh_entsize) << file_path_;
828 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
846 CHECK(!program_header_only_) << file_path_;
847 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
937 CHECK(!program_header_only_) << file_path_;
963 CHECK_LT(i, GetDynamicNum()) << file_path_;
990 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type;
996 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type;
997 CHECK_NE(0U, section_header.sh_entsize) << file_path_;
1003 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type;
1004 CHECK_LT(i, GetRelNum(section_header)) << file_path_;
1010 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type;
1016 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type;
1022 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type;
1023 CHECK_LT(i, GetRelaNum(section_header)) << file_path_;
1046 << " in ELF file \"" << file_path_ << "\"";
1057 CHECK_LT(min_vaddr, max_vaddr) << file_path_;
1063 << std::numeric_limits<size_t>::max() << " for ELF file \"" << file_path_ << "\"";
1510 LOG(WARNING) << "Failed to fixup .dynamic in " << file_path_;
1514 LOG(WARNING) << "Failed to fixup section headers in " << file_path_;
1518 LOG(WARNING) << "Failed to fixup program headers in " << file_path_;
1522 LOG(WARNING) << "Failed to fixup .dynsym in " << file_path_;
1526 LOG(WARNING) << "Failed to fixup .symtab in " << file_path_;
1530 LOG(WARNING) << "Failed to fixup .rel.dyn in " << file_path_;
1535 LOG(WARNING) << "Failed to fixup debug sections in " << file_path_;
1550 file_path_.c_str(), i,
1572 file_path_.c_str(), i,
1587 CHECK_EQ(ph->p_vaddr, ph->p_paddr) << file_path_ << " i=" << i;
1589 << file_path_ << " i=" << i;
1592 file_path_.c_str(), i,
1599 << file_path_ << " i=" << i;
1611 CHECK(!dynamic) << file_path_;
1620 file_path_.c_str(), i,
1640 file_path_.c_str(), j,
1651 file_path_.c_str(), j,