Lines Matching defs:symbol
5 * Builtin command: Look for a symbol in the running kernel and its modules
17 #include "symbol.h"
31 struct symbol *symbol = machine__find_kernel_symbol_by_name(machine, argv[i], &map);
33 if (symbol == NULL) {
39 symbol->name, map->dso->short_name, map->dso->long_name,
40 map->unmap_ip(map, symbol->start), map->unmap_ip(map, symbol->end),
41 symbol->start, symbol->end);