Home
last modified time | relevance | path

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

/scripts/mod/
Dsymsearch.c10 struct syminfo { struct
27 struct syminfo table[]; argument
32 const struct syminfo *sym1 = s1; in syminfo_compare()
33 const struct syminfo *sym2 = s2; in syminfo_compare()
69 struct syminfo *table, in symsearch_populate()
113 static void symsearch_fixup(struct syminfo *table, unsigned int table_size) in symsearch_fixup()
129 sizeof(struct syminfo) * table_size); in symsearch_init()
134 sizeof(struct syminfo), syminfo_compare); in symsearch_init()
159 struct syminfo *table = elf->symsearch->table; in symsearch_find_nearest()
160 struct syminfo target; in symsearch_find_nearest()