Lines Matching defs:symbol
37 struct symbol *sym;
45 struct symbol {
57 struct symbol *pfunc, *cfunc, *alias;
75 struct symbol *sym;
132 unsigned int type, struct symbol *sym, s64 addend);
145 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset);
146 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset);
147 struct symbol *find_symbol_by_name(const struct elf *elf, const char *name);
148 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset);
152 struct symbol *find_func_containing(struct section *sec, unsigned long offset);