Lines Matching refs:file_path_
290 file_path_.c_str()); in CheckAndSet()
584 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolSectionStart()
604 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetStringSectionStart()
622 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetString()
680 CHECK_LT(i, GetProgramHeaderNum()) << file_path_; // Sanity check for caller. in GetProgramHeader()
706 CHECK(!program_header_only_) << file_path_; in GetSectionHeader()
721 CHECK(!program_header_only_) << file_path_; in FindSectionByType()
807 << file_path_ << " " << section_header.sh_type; in GetSymbolNum()
808 CHECK_NE(0U, section_header.sh_entsize) << file_path_; in GetSymbolNum()
824 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in GetSymbolTable()
842 CHECK(!program_header_only_) << file_path_; in FindSymbolByName()
843 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type; in FindSymbolByName()
933 CHECK(!program_header_only_) << file_path_; in GetString()
959 CHECK_LT(i, GetDynamicNum()) << file_path_; in GetDynamic()
986 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelSectionStart()
992 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelNum()
993 CHECK_NE(0U, section_header.sh_entsize) << file_path_; in GetRelNum()
999 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRel()
1000 CHECK_LT(i, GetRelNum(section_header)) << file_path_; in GetRel()
1006 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelaSectionStart()
1012 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelaNum()
1018 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRela()
1019 CHECK_LT(i, GetRelaNum(section_header)) << file_path_; in GetRela()
1050 << " in ELF file \"" << file_path_ << "\""; in GetLoadedAddressRange()
1062 CHECK_LT(min_vaddr, max_vaddr) << file_path_; in GetLoadedAddressRange()
1068 << " for ELF file \"" << file_path_ << "\""; in GetLoadedAddressRange()
1528 LOG(WARNING) << "Failed to fixup .dynamic in " << file_path_; in Fixup()
1532 LOG(WARNING) << "Failed to fixup section headers in " << file_path_; in Fixup()
1536 LOG(WARNING) << "Failed to fixup program headers in " << file_path_; in Fixup()
1540 LOG(WARNING) << "Failed to fixup .dynsym in " << file_path_; in Fixup()
1544 LOG(WARNING) << "Failed to fixup .symtab in " << file_path_; in Fixup()
1548 LOG(WARNING) << "Failed to fixup .rel.dyn in " << file_path_; in Fixup()
1553 LOG(WARNING) << "Failed to fixup debug sections in " << file_path_; in Fixup()
1568 file_path_.c_str(), i, in FixupDynamic()
1590 file_path_.c_str(), i, in FixupSectionHeaders()
1605 CHECK_EQ(ph->p_vaddr, ph->p_paddr) << file_path_ << " i=" << i; in FixupProgramHeaders()
1607 << file_path_ << " i=" << i; in FixupProgramHeaders()
1610 file_path_.c_str(), i, in FixupProgramHeaders()
1617 << file_path_ << " i=" << i; in FixupProgramHeaders()
1629 CHECK(!dynamic) << file_path_; in FixupSymbols()
1638 file_path_.c_str(), i, in FixupSymbols()
1658 file_path_.c_str(), j, in FixupRelocations()
1669 file_path_.c_str(), j, in FixupRelocations()