Lines Matching defs:sym_entry
35 struct sym_entry {
62 static struct sym_entry **table;
83 static char *sym_name(const struct sym_entry *s)
124 static struct sym_entry *read_symbol(FILE *in, char **buf, size_t *buf_len)
130 struct sym_entry *sym;
191 static int symbol_in_range(const struct sym_entry *s,
207 static int symbol_valid(const struct sym_entry *s)
260 struct sym_entry *sym;
337 static int symbol_absolute(const struct sym_entry *s)
364 const struct sym_entry *sa = *(const struct sym_entry **)a;
365 const struct sym_entry *sb = *(const struct sym_entry **)b;
705 static int may_be_linker_script_provide_symbol(const struct sym_entry *se)
741 const struct sym_entry *sa = *(const struct sym_entry **)a;
742 const struct sym_entry *sb = *(const struct sym_entry **)b;