Searched defs:symsearch (Results 1 – 1 of 1) sorted by relevance
528 struct symsearch { struct529 const struct kernel_symbol *start, *stop;530 const unsigned long *crcs;531 enum {555 bool each_symbol_section(bool (*fn)(const struct symsearch *arr, argument