Searched refs:vex_streq (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | main_util.h | 77 extern Bool vex_streq ( const HChar* s1, const HChar* s2 );
|
D | guest_arm_helpers.c | 578 if (vex_streq(function_name, "armg_calculate_condition")) { in guest_arm_spechelper() 745 if (vex_streq(function_name, "armg_calculate_flag_c")) { in guest_arm_spechelper() 795 if (vex_streq(function_name, "armg_calculate_flag_v")) { in guest_arm_spechelper()
|
D | main_util.c | 245 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|
D | guest_x86_helpers.c | 800 if (vex_streq(function_name, "x86g_calculate_condition")) { in guest_x86_spechelper() 1219 if (vex_streq(function_name, "x86g_calculate_eflags_c")) { in guest_x86_spechelper() 1293 if (vex_streq(function_name, "x86g_calculate_eflags_all")) { in guest_x86_spechelper()
|
D | guest_s390_helpers.c | 723 if (vex_streq(function_name, "s390_calculate_cond")) { in guest_s390x_spechelper()
|
D | guest_amd64_helpers.c | 898 if (vex_streq(function_name, "amd64g_calculate_condition")) { in guest_amd64_spechelper() 1359 if (vex_streq(function_name, "amd64g_calculate_rflags_c")) { in guest_amd64_spechelper()
|
/external/valgrind/main/memcheck/tests/ |
D | origin5-bz2.c | 1003 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|
D | varinfo6.c | 1041 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|
/external/valgrind/main/exp-sgcheck/tests/ |
D | hackedbz2.c | 1010 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|
/external/valgrind/main/perf/ |
D | bz2.c | 1003 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|
D | test_input_for_tinycc.c | 1251 Bool vex_streq ( const HChar* s1, const HChar* s2 ) in vex_streq() function
|