Lines Matching refs:sym_entry
32 struct sym_entry { struct
58 static struct sym_entry **table; argument
78 static char *sym_name(const struct sym_entry *s) in sym_name()
192 static struct sym_entry *read_symbol(FILE *in) in read_symbol()
197 struct sym_entry *sym; in read_symbol()
243 static int symbol_in_range(const struct sym_entry *s, in symbol_in_range()
259 static int symbol_valid(const struct sym_entry *s) in symbol_valid()
311 struct sym_entry *sym; in read_map()
376 static int symbol_absolute(const struct sym_entry *s) in symbol_absolute()
654 static int may_be_linker_script_provide_symbol(const struct sym_entry *se) in may_be_linker_script_provide_symbol()
690 const struct sym_entry *sa = *(const struct sym_entry **)a; in compare_symbols()
691 const struct sym_entry *sb = *(const struct sym_entry **)b; in compare_symbols()