Lines Matching refs:symbol
70 /** struct symbol - symtab entry
74 struct symbol {
84 void symbol__delete(struct symbol *sym);
87 static inline size_t symbol__size(const struct symbol *sym)
138 static inline void *symbol__priv(struct symbol *sym)
151 struct symbol *sym;
158 struct symbol *sym;
178 struct symbol *sym;
224 struct symbol *dso__find_symbol(struct dso *dso, enum map_type type,
226 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type,
228 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type);
241 struct symbol *symbol__new(u64 start, u64 len, u8 binding, const char *name);
242 size_t symbol__fprintf_symname_offs(const struct symbol *sym,
244 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp);
245 size_t symbol__fprintf(struct symbol *sym, FILE *fp);
256 void symbols__insert(struct rb_root *symbols, struct symbol *sym);