Lines Matching defs:sym
62 void symbol__delete(struct symbol *sym);
76 static inline size_t symbol__size(const struct symbol *sym)
78 return sym->end - sym->start;
86 struct symbol sym;
99 static inline void *symbol__priv(struct symbol *sym)
101 return ((void *)sym) - symbol_conf.priv_size;
114 struct symbol *sym;
133 struct symbol *sym);
135 struct symbol *sym);
140 struct symbol *symbol__next_by_name(struct symbol *sym);
144 struct symbol *dso__next_symbol(struct symbol *sym);
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);