Home
last modified time | relevance | path

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

/scripts/
Dkallsyms.c33 struct sym_entry { struct
59 static struct sym_entry *table; argument
110 static int read_symbol(FILE *in, struct sym_entry *s) in read_symbol()
177 static int symbol_in_range(struct sym_entry *s, struct addr_range *ranges, in symbol_in_range()
193 static int symbol_valid(struct sym_entry *s) in symbol_valid()
325 static int symbol_absolute(struct sym_entry *s) in symbol_absolute()
629 static int may_be_linker_script_provide_symbol(const struct sym_entry *se) in may_be_linker_script_provide_symbol()
675 const struct sym_entry *sa; in compare_symbols()
676 const struct sym_entry *sb; in compare_symbols()
712 qsort(table, table_cnt, sizeof(struct sym_entry), compare_symbols); in sort_symbols()