Lines Matching defs:elf_path
1869 /// @param elf_path the path to the elf file the context is to be
1874 /// @p elf_path. Leave this empty if the debug info is not in a
1896 reader(const string& elf_path,
1901 : elf_based_reader(elf_path,
1974 /// @param elf_path the path to the new ELF file.
1988 initialize(const string& elf_path,
1993 reset(elf_path, debug_info_root_paths);
1999 /// @param elf_path the path to the ELF file to read from.
2015 create(const std::string& elf_path,
2021 reader_sptr result(new reader(elf_path, debug_info_root_paths,
2431 elf_path() const
4604 << elf_path()
15799 /// @param elf_path the path to the elf file the reader is to be used
15804 /// elf_path. Pass an empty vector if the debug info is not in a
15829 create_reader(const std::string& elf_path,
15836 reader_sptr r = reader::create(elf_path,
15849 /// @param elf_path the path to the elf file the context is to be used
15854 /// elf_path. Leave this to NULL if the debug info is not in a split
15880 const std::string& elf_path,
15886 r.initialize(elf_path, debug_info_root_path,
15894 /// @param elf_path the path to the elf file.
15923 read_corpus_from_elf(const std::string& elf_path,
15930 dwarf::reader::create(elf_path, debug_info_root_paths,
15942 /// @param elf_path the path to the elf file to consider.
15955 const string& elf_path,
15964 int fd = open(elf_path.c_str(), O_RDONLY);
15989 /// @param elf_path the path to the elf file to consider.