Lines Matching refs:symbol
48 struct symbol { struct
75 void symbol__delete(struct symbol *sym); argument
86 nd && (pos = rb_entry(nd, struct symbol, rb_node)); \
89 static inline size_t symbol__size(const struct symbol *sym) in symbol__size()
99 struct symbol sym;
112 static inline void *symbol__priv(struct symbol *sym) in symbol__priv()
127 struct symbol *sym;
148 struct symbol *sym);
150 struct symbol *sym);
152 struct symbol *dso__find_symbol(struct dso *dso, u64 addr);
153 struct symbol *dso__find_symbol_nocache(struct dso *dso, u64 addr);
154 struct symbol *dso__find_symbol_by_name(struct dso *dso, const char *name);
156 struct symbol *symbol__next_by_name(struct symbol *sym);
158 struct symbol *dso__first_symbol(struct dso *dso);
159 struct symbol *dso__last_symbol(struct dso *dso);
160 struct symbol *dso__next_symbol(struct symbol *sym);
179 struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name);
180 size_t __symbol__fprintf_symname_offs(const struct symbol *sym,
184 size_t symbol__fprintf_symname_offs(const struct symbol *sym,
186 size_t __symbol__fprintf_symname(const struct symbol *sym,
189 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp);
190 size_t symbol__fprintf(struct symbol *sym, FILE *fp);
208 void __symbols__insert(struct rb_root_cached *symbols, struct symbol *sym,
210 void symbols__insert(struct rb_root_cached *symbols, struct symbol *sym);
243 void arch__sym_update(struct symbol *s, GElf_Sym *sym);
253 int arch__choose_best_symbol(struct symbol *syma, struct symbol *symb);