Lines Matching refs:symbol
51 struct symbol { struct
61 void symbol__delete(struct symbol *sym); argument
72 nd && (pos = rb_entry(nd, struct symbol, rb_node)); \
75 static inline size_t symbol__size(const struct symbol *sym) in symbol__size()
148 static inline void *symbol__priv(struct symbol *sym) in symbol__priv()
161 struct symbol *sym;
168 struct symbol *sym;
189 struct symbol *sym;
237 struct symbol *dso__find_symbol(struct dso *dso, enum map_type type,
239 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type,
241 struct symbol *symbol__next_by_name(struct symbol *sym);
243 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type);
244 struct symbol *dso__next_symbol(struct symbol *sym);
260 struct symbol *symbol__new(u64 start, u64 len, u8 binding, const char *name);
261 size_t symbol__fprintf_symname_offs(const struct symbol *sym,
263 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp);
264 size_t symbol__fprintf(struct symbol *sym, FILE *fp);
268 bool symbol__is_idle(struct symbol *sym);
276 void symbols__insert(struct rb_root *symbols, struct symbol *sym);