Lines Matching defs:symbols
208 * symbols we'll know where it starts and ends.
216 * ->end will be filled after we load all the symbols
300 struct rb_root_cached *symbols = &map->dso->symbols;
301 struct rb_node *nd = rb_first_cached(symbols);
310 struct rb_root_cached *symbols = &map->dso->symbols;
311 struct rb_node *nd = rb_last(&symbols->rb_root);
338 pr_debug(", continuing without symbols\n");
351 pr_debug("no symbols found in %s, maybe install a debug package?\n", name);