Lines Matching defs:elf_path
212 /// @param elf_path the path to the ELF file.
222 reader(const string& elf_path,
225 : elf_based_reader(elf_path, debug_info_root_paths, env)
253 /// @param elf_path the new path to the new ELF file to use.
273 initialize(const string& elf_path,
280 reset(elf_path, debug_info_root_paths);
1614 /// @param elf_path the patch of some ELF file.
1618 create_reader(const std::string& elf_path,
1622 reader_sptr result(new reader(elf_path,
1633 /// @param elf_path the path to the elf file the context is to be used
1648 const std::string& elf_path,
1652 r.initialize(elf_path, debug_info_root_path);