Home
last modified time | relevance | path

Searched refs:sym_entry (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkallsyms.c32 struct sym_entry { struct
54 static struct sym_entry *table; argument
102 static int read_symbol(FILE *in, struct sym_entry *s) in read_symbol()
160 static int symbol_valid_tr(struct sym_entry *s) in symbol_valid_tr()
175 static int symbol_valid(struct sym_entry *s) in symbol_valid()
550 static int may_be_linker_script_provide_symbol(const struct sym_entry *se) in may_be_linker_script_provide_symbol()
596 const struct sym_entry *sa; in compare_symbols()
597 const struct sym_entry *sb; in compare_symbols()
633 qsort(table, table_cnt, sizeof(struct sym_entry), compare_symbols); in sort_symbols()