HomeSort by: relevance | last modified time | path
    Searched refs:abortSig (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/arm/
armdefs.h 139 unsigned abortSig;
298 #define ARMul_DATAABORT(address) state->abortSig = HIGH ; \
300 #define ARMul_CLEARABORT state->abortSig = LOW
arminit.c 214 state->abortSig = LOW;
armemu.c 2261 if (state->abortSig || state->Aborted)
2566 if (state->abortSig || state->Aborted)
5622 if (!state->abortSig && !state->Aborted)
5638 if (!state->abortSig && !state->Aborted)
5702 if (!state->abortSig)
5718 if (!state->abortSig && !state->Aborted)
5828 if (state->abortSig && !state->Aborted)
5846 if (state->abortSig && !state->Aborted)
5921 if (state->abortSig && !state->Aborted)
5936 if (state->abortSig && !state->Aborted
    [all...]
armsupp.c 952 if (state->abortSig || state->Aborted)
1019 if (state->abortSig || state->Aborted)

Completed in 18 milliseconds