Searched refs:REG_ERR (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder_registry.cc29 Output(REG_ERR, err_code, name_complete);
38 Output(REG_ERR, err_code, print_name);
61 Output(REG_ERR, err_code, print_name);
74 Output(REG_ERR, err_code, print_name);
87 Output(REG_ERR, err_code, print_name);
H A Dfinder.h31 #define REG_ERR L"REG_ERROR" macro
/external/chromium_org/sandbox/linux/services/
H A Dandroid_i386_ucontext.h58 REG_ERR, enumerator in enum:__anon10569
H A Dandroid_x86_64_ucontext.h68 REG_ERR, enumerator in enum:__anon10572
/external/compiler-rt/android/include/sys/
H A Ducontext.h89 REG_ERR, enumerator in enum:__anon19567
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc307 { " err: ", context->uc_mcontext.gregs[REG_ERR] },
333 { " erf: ", context->uc_mcontext.gregs[REG_ERR] },
/external/qemu/
H A Dcpu-exec.c800 # define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR])
821 #define REG_ERR ERR macro
854 #define ERROR_sig(context) ((context)->uc_mcontext.gregs[REG_ERR])
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c1362 #define REG_ERR ERR
1381 uc->uc_mcontext.gregs[REG_ERR]);
H A Dtest-i386.c1322 #define REG_ERR ERR
1341 uc->uc_mcontext.gregs[REG_ERR]);

Completed in 215 milliseconds