Searched refs:ForEachSymfile (Results 1 – 1 of 1) sorted by relevance
133 bool ForEachSymfile(Maps* maps, uint64_t pc, Callback callback) { in ForEachSymfile() function173 return ForEachSymfile(maps, pc, [pc, name, offset](Symfile* file) { in GetFunctionName()182 bool found = ForEachSymfile(maps, pc, [pc, &result](Symfile* file) { in Find()