Home
last modified time | relevance | path

Searched refs:old_pc (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/gdbserver_tests/
Dmcbreak.stdoutB.exp8 old_pc has changed after step
10 old_pc has changed after step
13 old_pc has changed after step
19 old_pc has changed after step
21 old_pc has changed after step
50 old_pc has changed after step
Dmcbreak.stdinB.gdb7 set $old_pc=$pc
9 if $old_pc == $pc
14 echo old_pc has changed after step\n
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_wps.c379 dbus_bool_t process_credentials, old_pc; in wpas_dbus_setter_process_credentials() local
387 old_pc = wpa_s->conf->wps_cred_processing != 1; in wpas_dbus_setter_process_credentials()
390 if ((wpa_s->conf->wps_cred_processing != 1) != old_pc) in wpas_dbus_setter_process_credentials()
/external/v8/src/arm/
Dsimulator-arm.cc2224 uint32_t old_pc = get_pc(); in DecodeType01() local
2226 set_register(lr, old_pc + Instruction::kInstrSize); in DecodeType01()