Lines Matching refs:symbol
211 struct symbol { struct
244 static struct symbol *alloc_symbol(const char *name) in alloc_symbol() argument
246 struct symbol *s = xmalloc(sizeof(*s) + strlen(name) + 1); in alloc_symbol()
255 static void hash_add_symbol(struct symbol *sym) in hash_add_symbol()
262 struct symbol *sym; in sym_add_unresolved()
270 static struct symbol *sym_find_with_module(const char *name, struct module *mod) in sym_find_with_module()
272 struct symbol *s; in sym_find_with_module()
285 static struct symbol *find_symbol(const char *name) in find_symbol()
360 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported()
363 struct symbol *s = find_symbol(name); in sym_add_exported()
384 static void sym_set_crc(struct symbol *sym, unsigned int crc) in sym_set_crc()
1083 struct symbol *s; in check_export_symbol()
1511 struct symbol *sym; in extract_crcs_for_object()
1699 struct symbol *s, *exp; in check_exports()
1755 struct symbol *sym = find_symbol(name); in handle_white_list_exports()
1820 struct symbol *sym; in add_exported_symbols()
1858 struct symbol *s; in add_extended_versions()
1901 struct symbol *s; in add_versions()
1937 struct symbol *s; in add_depends()
2091 struct symbol *s; in read_dump()
2139 struct symbol *sym; in write_dump()
2228 struct symbol *sym; in write_protected_exports_c_file()