Searched refs:symsearch (Results 1 – 5 of 5) sorted by relevance
25 struct symsearch { struct128 elf->symsearch = xmalloc(sizeof(struct symsearch) + in symsearch_init()130 elf->symsearch->table_size = table_size; in symsearch_init()132 symsearch_populate(elf, elf->symsearch->table, table_size); in symsearch_init()133 qsort(elf->symsearch->table, table_size, in symsearch_init()136 symsearch_fixup(elf->symsearch->table, table_size); in symsearch_init()141 free(elf->symsearch); in symsearch_finish()142 elf->symsearch = NULL; in symsearch_finish()157 unsigned int hi = elf->symsearch->table_size; in symsearch_find_nearest()159 struct syminfo *table = elf->symsearch->table; in symsearch_find_nearest()[all …]
7 modpost-objs := modpost.o file2alias.o sumversion.o symsearch.o18 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o $(obj)/symsearch.o: $(obj)/elfconfig.h
121 struct symsearch *symsearch; member
70 mod/modpost-objs := $(addprefix mod/, modpost.o file2alias.o sumversion.o symsearch.o)
87 struct symsearch { struct278 static bool find_exported_symbol_in_section(const struct symsearch *syms, in find_exported_symbol_in_section()306 static const struct symsearch arr[] = { in find_symbol()324 struct symsearch arr[] = { in find_symbol()