Searched refs:REG_ERR (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/sandbox/win/tools/finder/ |
D | finder_registry.cc | 29 Output(REG_ERR, err_code, name_complete); in ParseRegistry() 38 Output(REG_ERR, err_code, print_name); in ParseRegistry() 61 Output(REG_ERR, err_code, print_name); in TestRegAccess() 74 Output(REG_ERR, err_code, print_name); in TestRegAccess() 87 Output(REG_ERR, err_code, print_name); in TestRegAccess()
|
D | finder.h | 31 #define REG_ERR L"REG_ERROR" macro
|
/external/chromium_org/sandbox/linux/services/ |
D | android_i386_ucontext.h | 58 REG_ERR, enumerator
|
/external/chromium_org/base/debug/ |
D | stack_trace_posix.cc | 282 { " err: ", context->uc_mcontext.gregs[REG_ERR] }, in StackDumpSignalHandler() 308 { " erf: ", context->uc_mcontext.gregs[REG_ERR] }, in StackDumpSignalHandler()
|
/external/qemu/ |
D | cpu-exec.c | 881 # define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR]) 902 #define REG_ERR ERR in cpu_signal_handler() macro 935 #define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR])
|
/external/valgrind/main/VEX/test/ |
D | test-i386.c | 1322 #define REG_ERR ERR 1341 uc->uc_mcontext.gregs[REG_ERR]);
|
D | test-amd64.c | 1362 #define REG_ERR ERR 1381 uc->uc_mcontext.gregs[REG_ERR]);
|