Searched refs:symsearch (Results 1 - 4 of 4) sorted by relevance

/linux-master/scripts/mod/
H A Dsymsearch.c25 struct symsearch { struct
128 elf->symsearch = NOFAIL(malloc(sizeof(struct symsearch) +
130 elf->symsearch->table_size = table_size;
132 symsearch_populate(elf, elf->symsearch->table, table_size);
133 qsort(elf->symsearch->table, table_size,
136 symsearch_fixup(elf->symsearch->table, table_size);
141 free(elf->symsearch);
142 elf->symsearch = NULL;
157 unsigned int hi = elf->symsearch
[all...]
H A DMakefile8 modpost-objs := modpost.o file2alias.o sumversion.o symsearch.o
19 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o $(obj)/symsearch.o: $(obj)/elfconfig.h
H A Dmodpost.h132 struct symsearch *symsearch; member in struct:elf_info
174 /* symsearch.c */
/linux-master/kernel/module/
H A Dmain.c85 struct symsearch { struct
276 static bool find_exported_symbol_in_section(const struct symsearch *syms,
304 static const struct symsearch arr[] = {
322 struct symsearch arr[] = {

Completed in 102 milliseconds