Lines Matching refs:GetPath
165 file_->GetPath().c_str(), file_->Fd(), strerror(errno)); in Setup()
172 file_->GetPath().c_str()); in Setup()
180 file_->GetPath().c_str(), error_msg), in Setup()
189 sizeof(Elf32_Ehdr), file_->GetPath().c_str()); in Setup()
193 file_->GetPath().c_str(), error_msg), in Setup()
201 file_->GetPath().c_str(), error_msg), in Setup()
224 file_->GetPath().c_str()); in Setup()
232 file_->GetPath().c_str()); in Setup()
246 i, file_->GetPath().c_str()); in Setup()
291 << file_->GetPath() << ": " << std::hex in Setup()
331 file_->GetPath().c_str()); in CheckAndSet()
373 *error_msg = StringPrintf("No section headers in ELF file: '%s'", file_->GetPath().c_str()); in CheckSectionsExist()
381 file_->GetPath().c_str()); in CheckSectionsExist()
388 file_->GetPath().c_str()); in CheckSectionsExist()
397 *error_msg = StringPrintf("No strtab for symtab in ELF file: '%s'", file_->GetPath().c_str()); in CheckSectionsExist()
405 file_->GetPath().c_str()); in CheckSectionsExist()
412 *error_msg = StringPrintf("No dynstr in ELF file: '%s'", file_->GetPath().c_str()); in CheckSectionsExist()
416 *error_msg = StringPrintf("No dynsym in ELF file: '%s'", file_->GetPath().c_str()); in CheckSectionsExist()
423 file_->GetPath().c_str()); in CheckSectionsExist()
431 file_->GetPath().c_str()); in CheckSectionsExist()
444 file_->GetPath().c_str()); in CheckSectionsExist()
459 CHECK(map_.get() != nullptr) << file_->GetPath(); in SetMap()
460 CHECK(map_->Begin() != nullptr) << file_->GetPath(); in SetMap()
469 file_->GetPath().c_str(), in SetMap()
479 file_->GetPath().c_str(), in SetMap()
486 file_->GetPath().c_str(), in SetMap()
493 file_->GetPath().c_str(), in SetMap()
500 file_->GetPath().c_str(), in SetMap()
507 file_->GetPath().c_str(), in SetMap()
514 file_->GetPath().c_str(), in SetMap()
520 file_->GetPath().c_str()); in SetMap()
525 file_->GetPath().c_str()); in SetMap()
530 file_->GetPath().c_str()); in SetMap()
535 file_->GetPath().c_str()); in SetMap()
540 file_->GetPath().c_str()); in SetMap()
545 file_->GetPath().c_str()); in SetMap()
550 file_->GetPath().c_str()); in SetMap()
555 file_->GetPath().c_str()); in SetMap()
562 file_->GetPath().c_str()); in SetMap()
571 file_->GetPath().c_str()); in SetMap()
578 file_->GetPath().c_str()); in SetMap()
618 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetSymbolSectionStart()
636 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetStringSectionStart()
652 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetString()
703 CHECK_LT(i, GetProgramHeaderNum()) << file_->GetPath(); // Sanity check for caller. in GetProgramHeader()
728 CHECK(!program_header_only_) << file_->GetPath(); in GetSectionHeader()
742 CHECK(!program_header_only_) << file_->GetPath(); in FindSectionByType()
817 << file_->GetPath() << " " << section_header.sh_type; in GetSymbolNum()
818 CHECK_NE(0U, section_header.sh_entsize) << file_->GetPath(); in GetSymbolNum()
832 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in GetSymbolTable()
850 CHECK(!program_header_only_) << file_->GetPath(); in FindSymbolByName()
851 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type; in FindSymbolByName()
937 CHECK(!program_header_only_) << file_->GetPath(); in GetString()
961 CHECK_LT(i, GetDynamicNum()) << file_->GetPath(); in GetDynamic()
985 CHECK(SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRelSectionStart()
990 CHECK(SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRelNum()
991 CHECK_NE(0U, section_header.sh_entsize) << file_->GetPath(); in GetRelNum()
996 CHECK(SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRel()
997 CHECK_LT(i, GetRelNum(section_header)) << file_->GetPath(); in GetRel()
1002 CHECK(SHT_RELA == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRelaSectionStart()
1007 CHECK(SHT_RELA == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRelaNum()
1012 CHECK(SHT_RELA == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRela()
1013 CHECK_LT(i, GetRelaNum(section_header)) << file_->GetPath(); in GetRela()
1037 CHECK_LT(min_vaddr, max_vaddr) << file_->GetPath(); in GetLoadedSize()
1043 CHECK(program_header_only_) << file_->GetPath(); in Load()
1083 i, file_->GetPath().c_str()); in Load()
1111 file_->GetPath().c_str(), file_->Fd(), strerror(errno)); in Load()
1123 reservation_name += file_->GetPath(); in Load()
1171 file_->GetPath().c_str()); in Load()
1179 file_->GetPath().c_str(), in Load()
1183 i, file_->GetPath().c_str(), error_msg->c_str()); in Load()
1189 i, file_->GetPath().c_str(), p_vaddr, segment->Begin()); in Load()
1199 file_->GetPath().c_str()); in Load()
1211 d_ptr, file_->GetPath().c_str()); in Load()
1220 d_ptr, file_->GetPath().c_str()); in Load()
1229 d_ptr, file_->GetPath().c_str()); in Load()
1239 i + 1, GetDynamicNum(), file_->GetPath().c_str()); in Load()