Home
last modified time | relevance | path

Searched refs:lastmatch (Results 1 - 2 of 2) sorted by relevance

/third_party/elfutils/libdw/
H A Ddwarf_getsrc_file.c84 bool lastmatch = false; in dwarf_getsrc_file() local
101 lastmatch = strcmp (basename (fname2), fname) == 0; in dwarf_getsrc_file()
103 lastmatch = strcmp (fname2, fname) == 0; in dwarf_getsrc_file()
105 if (!lastmatch) in dwarf_getsrc_file()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c87 bool lastmatch = false; in dwfl_module_getsrc_file() local
106 lastmatch = !strcmp (is_basename ? basename (file) : file, in dwfl_module_getsrc_file()
110 if (!lastmatch) in dwfl_module_getsrc_file()

Completed in 1 milliseconds