Home
last modified time | relevance | path

Searched refs:debug_sourcefiles (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/debuginfod/
Ddebuginfod.cxx2015 dwarf_extract_source_paths (Elf *elf, set<string>& debug_sourcefiles) in dwarf_extract_source_paths() argument
2087 debug_sourcefiles.insert(""); in dwarf_extract_source_paths()
2167 … << (debug_sourcefiles.find(waldo)==debug_sourcefiles.end() ? " new" : " dup") << endl; in dwarf_extract_source_paths()
2169 debug_sourcefiles.insert (waldo); in dwarf_extract_source_paths()
2183 …fy (int fd, bool &executable_p, bool &debuginfo_p, string &buildid, set<string>& debug_sourcefiles) in elf_classify() argument
2280 dwarf_extract_source_paths (elf, debug_sourcefiles); in elf_classify()