Lines Matching refs:symbol
217 struct symbol { struct
237 static struct symbol *alloc_symbol(const char *name) in alloc_symbol() argument
239 struct symbol *s = xmalloc(sizeof(*s) + strlen(name) + 1); in alloc_symbol()
248 static void hash_add_symbol(struct symbol *sym) in hash_add_symbol()
255 struct symbol *sym; in sym_add_unresolved()
263 static struct symbol *sym_find_with_module(const char *name, struct module *mod) in sym_find_with_module()
265 struct symbol *s; in sym_find_with_module()
278 static struct symbol *find_symbol(const char *name) in find_symbol()
351 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported()
354 struct symbol *s = find_symbol(name); in sym_add_exported()
372 static void sym_set_crc(struct symbol *sym, unsigned int crc) in sym_set_crc()
1073 struct symbol *s; in check_export_symbol()
1495 struct symbol *sym; in extract_crcs_for_object()
1734 struct symbol *s, *exp; in check_exports()
1781 struct symbol *sym = find_symbol(name); in handle_white_list_exports()
1800 struct symbol *sym; in keep_no_trim_symbols()
1857 struct symbol *sym; in add_exported_symbols()
1895 struct symbol *s; in add_extended_versions()
1938 struct symbol *s; in add_versions()
1974 struct symbol *s; in add_depends()
2132 struct symbol *s; in read_dump()
2180 struct symbol *sym; in write_dump()