Searched refs:KernelSymbol (Results 1 – 5 of 5) sorted by relevance
31 static bool KernelSymbolsMatch(const KernelSymbol& sym1, in KernelSymbolsMatch()32 const KernelSymbol& sym2) { in KernelSymbolsMatch()43 KernelSymbol expected_symbol; in TEST()
156 struct KernelSymbol { struct164 const std::function<bool(const KernelSymbol&)>& callback); argument
272 const std::function<bool(const KernelSymbol&)>& callback) { in ProcessKernelSymbols()286 KernelSymbol symbol; in ProcessKernelSymbols()
79 struct KernelSymbol;
308 static bool IsKernelFunctionSymbol(const KernelSymbol& symbol) { in IsKernelFunctionSymbol()313 static bool KernelSymbolCallback(const KernelSymbol& kernel_symbol, in KernelSymbolCallback()