Searched refs:str1 (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | bug.h | 96 .pushsection .rodata.str1, "aMS", @progbits, 1 109 .pushsection .rodata.str1, "aMS", @progbits, 1
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | expr.c | 920 const char *str1, *str2; in expr_calc_value() local 957 str1 = sym_get_string_value(e->left.sym); in expr_calc_value() 961 k1 = expr_parse_string(str1, e->left.sym->type, &lval); in expr_calc_value() 966 res = strcmp(str1, str2); in expr_calc_value() 969 printf("Cannot compare \"%s\" and \"%s\"\n", str1, str2); in expr_calc_value() 972 res = strcmp(str1, str2); in expr_calc_value()
|
Completed in 4 milliseconds