Lines Matching refs:symbol
43 /** struct symbol - symtab entry
47 struct symbol {
62 void symbol__delete(struct symbol *sym);
68 * @pos: the 'struct symbol *' to use as a loop cursor
73 nd && (pos = rb_entry(nd, struct symbol, rb_node)); \
76 static inline size_t symbol__size(const struct symbol *sym)
86 struct symbol sym;
99 static inline void *symbol__priv(struct symbol *sym)
114 struct symbol *sym;
133 struct symbol *sym);
135 struct symbol *sym);
137 struct symbol *dso__find_symbol(struct dso *dso, u64 addr);
138 struct symbol *dso__find_symbol_by_name(struct dso *dso, const char *name);
140 struct symbol *symbol__next_by_name(struct symbol *sym);
142 struct symbol *dso__first_symbol(struct dso *dso);
143 struct symbol *dso__last_symbol(struct dso *dso);
144 struct symbol *dso__next_symbol(struct symbol *sym);
162 struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name);
163 size_t __symbol__fprintf_symname_offs(const struct symbol *sym,
167 size_t symbol__fprintf_symname_offs(const struct symbol *sym,
169 size_t __symbol__fprintf_symname(const struct symbol *sym,
172 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp);
173 size_t symbol__fprintf(struct symbol *sym, FILE *fp);
191 void __symbols__insert(struct rb_root_cached *symbols, struct symbol *sym,
193 void symbols__insert(struct rb_root_cached *symbols, struct symbol *sym);
226 void arch__sym_update(struct symbol *s, GElf_Sym *sym);
236 int arch__choose_best_symbol(struct symbol *syma, struct symbol *symb);