Searched refs:sym1 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | expr.c | 426 struct symbol *sym1, *sym2; in expr_join_or() local 438 sym1 = tmp->left.sym; in expr_join_or() 440 sym1 = e1->left.sym; in expr_join_or() 447 if (sym1 != sym2) in expr_join_or() 449 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 451 if (sym1->type == S_TRISTATE) { in expr_join_or() 456 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no); in expr_join_or() 462 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod); in expr_join_or() 468 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_yes); in expr_join_or() 471 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() [all …]
|
| H A D | symbol.c | 1014 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument 1016 const struct sym_match *s1 = sym1; in sym_rel_comp()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | expr.c | 364 struct symbol *sym1, *sym2; in expr_join_or() local 376 sym1 = tmp->left.sym; in expr_join_or() 378 sym1 = e1->left.sym; in expr_join_or() 385 if (sym1 != sym2) in expr_join_or() 387 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 389 if (sym1->type == S_TRISTATE) { in expr_join_or() 394 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no); in expr_join_or() 400 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod); in expr_join_or() 406 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_yes); in expr_join_or() 409 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() [all …]
|
| H A D | symbol.c | 1000 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument 1002 const struct sym_match *s1 = sym1; in sym_rel_comp()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | expr.c | 434 struct symbol *sym1, *sym2; in expr_join_or() local 446 sym1 = tmp->left.sym; in expr_join_or() 448 sym1 = e1->left.sym; in expr_join_or() 455 if (sym1 != sym2) in expr_join_or() 457 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 459 if (sym1->type == S_TRISTATE) { in expr_join_or() 464 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no); in expr_join_or() 470 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod); in expr_join_or() 476 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_yes); in expr_join_or() 479 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() [all …]
|
| H A D | symbol.c | 927 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument 929 const struct sym_match *s1 = sym1; in sym_rel_comp()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | apic.h | 371 #define apic_drivers(sym1, sym2) \ argument 372 static struct apic *__apicdrivers_##sym1##sym2[2] __used \ 374 __section(".apicdrivers") = { &sym1, &sym2 }
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 5993 the form '.word sym1-sym2' are often emitted by compilers as part of 5995 '.word sym1-sym2', and the difference between 'sym1' and 'sym2' does not 6001 contains 'sym1' minus the address of the long-jump to 'sym2'. 6003 If there were several occurrences of '.word sym1-sym2' before the
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 5993 the form '.word sym1-sym2' are often emitted by compilers as part of 5995 '.word sym1-sym2', and the difference between 'sym1' and 'sym2' does not 6001 contains 'sym1' minus the address of the long-jump to 'sym2'. 6003 If there were several occurrences of '.word sym1-sym2' before the
|