Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dsymsearch.c25 struct symsearch { struct
128 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 …]
H A DMakefile7 modpost-objs := modpost.o file2alias.o sumversion.o symsearch.o
18 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o $(obj)/symsearch.o: $(obj)/elfconfig.h
H A Dmodpost.h121 struct symsearch *symsearch; member
/linux/scripts/package/
H A Dinstall-extmod-build70 mod/modpost-objs := $(addprefix mod/, modpost.o file2alias.o sumversion.o symsearch.o)
/linux/kernel/module/
H A Dmain.c87 struct symsearch { struct
278 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()