Home | History | Annotate | Download | only in util

Lines Matching refs:symbol

110 struct symbol;
112 typedef int (*symbol_filter_t)(struct map *map, struct symbol *sym);
125 struct symbol *map__find_symbol(struct map *self,
127 struct symbol *map__find_symbol_by_name(struct map *self, const char *name,
190 struct symbol *map_groups__find_symbol(struct map_groups *self,
195 struct symbol *map_groups__find_symbol_by_name(struct map_groups *self,
202 struct symbol *machine__find_kernel_symbol(struct machine *self,
211 struct symbol *machine__find_kernel_function(struct machine *self, u64 addr,
219 struct symbol *map_groups__find_function_by_name(struct map_groups *self,
227 struct symbol *machine__find_kernel_function_by_name(struct machine *self,