Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DGlobalDebugImpl.h133 bool ForEachSymfile(Maps* maps, uint64_t pc, Callback callback) { in ForEachSymfile() function
173 return ForEachSymfile(maps, pc, [pc, name, offset](Symfile* file) { in GetFunctionName()
182 bool found = ForEachSymfile(maps, pc, [pc, &result](Symfile* file) { in Find()