Lines Matching defs:sym_entry
36 struct sym_entry {
56 static struct sym_entry **table;
74 static char *sym_name(const struct sym_entry *s)
115 static struct sym_entry *read_symbol(FILE *in, char **buf, size_t *buf_len)
121 struct sym_entry *sym;
175 static int symbol_in_range(const struct sym_entry *s,
196 static int symbol_valid(const struct sym_entry *s)
251 struct sym_entry *sym;
317 const struct sym_entry *sa = *(const struct sym_entry **)a;
318 const struct sym_entry *sb = *(const struct sym_entry **)b;
616 static int may_be_linker_script_provide_symbol(const struct sym_entry *se)
652 const struct sym_entry *sa = *(const struct sym_entry **)a;
653 const struct sym_entry *sb = *(const struct sym_entry **)b;