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

/linux-master/scripts/mod/
H A Dsymsearch.c32 const struct syminfo *sym1 = s1; local
35 if (sym1->section_index > sym2->section_index)
37 if (sym1->section_index < sym2->section_index)
39 if (sym1->addr > sym2->addr)
41 if (sym1->addr < sym2->addr)
43 if (sym1->symbol_index > sym2->symbol_index)
45 if (sym1->symbol_index < sym2->symbol_index)
/linux-master/scripts/kconfig/
H A Dexpr.c434 struct symbol *sym1, *sym2; local
446 sym1 = tmp->left.sym;
448 sym1 = e1->left.sym;
455 if (sym1 != sym2)
457 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE)
459 if (sym1->type == S_TRISTATE) {
464 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no);
470 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod);
476 return expr_alloc_comp(E_UNEQUAL, sym1,
498 struct symbol *sym1, *sym2; local
[all...]
H A Dsymbol.c887 static int sym_rel_comp(const void *sym1, const void *sym2) argument
889 const struct sym_match *s1 = sym1;
/linux-master/arch/x86/include/asm/
H A Dapic.h356 #define apic_drivers(sym1, sym2) \
357 static struct apic *__apicdrivers_##sym1##sym2[2] __used \
359 __section(".apicdrivers") = { &sym1, &sym2 }

Completed in 110 milliseconds