Lines Matching defs:sym_entry
32 struct sym_entry {
58 static struct sym_entry **table;
78 static char *sym_name(const struct sym_entry *s)
199 static struct sym_entry *read_symbol(FILE *in)
204 struct sym_entry *sym;
250 static int symbol_in_range(const struct sym_entry *s,
266 static int symbol_valid(const struct sym_entry *s)
318 struct sym_entry *sym;
383 static int symbol_absolute(const struct sym_entry *s)
661 static int may_be_linker_script_provide_symbol(const struct sym_entry *se)
697 const struct sym_entry *sa = *(const struct sym_entry **)a;
698 const struct sym_entry *sb = *(const struct sym_entry **)b;