Lines Matching refs:elf_file
276 class elf_file
279 elf_file();
291 elf_file(const string& path)
303 /// A convenience typedef for a shared pointer to elf_file.
304 typedef shared_ptr<elf_file> elf_file_sptr;
488 /// Getter for the path <-> elf_file map.
490 /// @return the the path <-> elf_file map.
495 /// Getter for the path <-> elf_file map.
497 /// @return the the path <-> elf_file map.
747 const elf_file elf1;
750 const elf_file elf2;
769 compare_args(const elf_file &elf1, const string& debug_dir1,
771 const elf_file &elf2, const string& debug_dir2,
1282 compare(const elf_file& elf1,
1285 const elf_file& elf2,
1586 compare_to_self(const elf_file& elf,
2371 elf_file_sptr e (new elf_file(*file));