Searched refs:KernelSymbolCallback (Results 1 – 2 of 2) sorted by relevance
80 static bool KernelSymbolCallback(const KernelSymbol& kernel_symbol, Dso* dso);
223 bool Dso::KernelSymbolCallback(const KernelSymbol& kernel_symbol, Dso* dso) { in KernelSymbolCallback() function in Dso254 std::bind(&KernelSymbolCallback, std::placeholders::_1, this)); in LoadKernel()