Lines Matching defs:elf_path
276 priv(reader& reeder, const std::string& elf_path,
280 rdr.corpus_path(elf_path);
315 const string& elf_path = rdr.corpus_path();
320 basename(const_cast<char*>(elf_path.c_str())),
321 elf_path.c_str(), -1);
448 /// @param elf_path the path to the ELF file to read from.
454 reader::reader(const string& elf_path,
457 : fe_iface(elf_path, env),
458 priv_(new priv(*this, elf_path, debug_info_roots))
475 /// @param elf_path the new ELF path to read from.
480 reader::reset(const std::string& elf_path,
484 fe_iface::reset(elf_path, opts.env);
485 corpus_path(elf_path);