Lines Matching refs:symbol
72 struct symbol { struct
82 void symbol__delete(struct symbol *sym); argument
93 nd && (pos = rb_entry(nd, struct symbol, rb_node)); \
96 static inline size_t symbol__size(const struct symbol *sym) in symbol__size()
160 static inline void *symbol__priv(struct symbol *sym) in symbol__priv()
173 struct symbol *sym;
180 struct symbol *sym;
201 struct symbol *sym;
249 struct symbol *dso__find_symbol(struct dso *dso, enum map_type type,
251 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type,
254 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type);
255 struct symbol *dso__next_symbol(struct symbol *sym);
271 struct symbol *symbol__new(u64 start, u64 len, u8 binding, const char *name);
272 size_t symbol__fprintf_symname_offs(const struct symbol *sym,
274 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp);
275 size_t symbol__fprintf(struct symbol *sym, FILE *fp);
279 bool symbol__is_idle(struct symbol *sym);
287 void symbols__insert(struct rb_root *symbols, struct symbol *sym);