Lines Matching refs:sym_entry
49 struct sym_entry { struct
75 static struct sym_entry **table; argument
95 static char *sym_name(const struct sym_entry *s) in sym_name()
214 static struct sym_entry *read_symbol(FILE *in) in read_symbol()
219 struct sym_entry *sym; in read_symbol()
265 static int symbol_in_range(const struct sym_entry *s, in symbol_in_range()
281 static int symbol_valid(const struct sym_entry *s) in symbol_valid()
334 struct sym_entry *sym; in read_map()
408 static int symbol_absolute(const struct sym_entry *s) in symbol_absolute()
709 static int may_be_linker_script_provide_symbol(const struct sym_entry *se) in may_be_linker_script_provide_symbol()
745 const struct sym_entry *sa = *(const struct sym_entry **)a; in compare_symbols()
746 const struct sym_entry *sb = *(const struct sym_entry **)b; in compare_symbols()