Lines Matching refs:sym_entry
36 struct sym_entry { struct
57 static struct sym_entry **table; argument
74 static char *sym_name(const struct sym_entry *s) in sym_name()
115 static struct sym_entry *read_symbol(FILE *in, char **buf, size_t *buf_len) in read_symbol()
121 struct sym_entry *sym; in read_symbol()
175 static int symbol_in_range(const struct sym_entry *s, in symbol_in_range()
196 static int symbol_valid(const struct sym_entry *s) in symbol_valid()
251 struct sym_entry *sym; in read_map()
317 const struct sym_entry *sa = *(const struct sym_entry **)a; in compare_names()
318 const struct sym_entry *sb = *(const struct sym_entry **)b; in compare_names()
631 static int may_be_linker_script_provide_symbol(const struct sym_entry *se) in may_be_linker_script_provide_symbol()
667 const struct sym_entry *sa = *(const struct sym_entry **)a; in compare_symbols()
668 const struct sym_entry *sb = *(const struct sym_entry **)b; in compare_symbols()