Home
last modified time | relevance | path

Searched refs:error_offset (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_x86.h82 uint32_t error_offset; member
Dminidump_cpu_amd64.h87 uint32_t error_offset; member
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc99 out->float_save.error_offset = fpregs.fip; in FillCPUContext()
176 out->flt_save.error_offset = fpregs.rip;
Ducontext_reader.cc80 out->float_save.error_offset = fp->ipoff; in FillCPUContext()
136 out->flt_save.error_offset = fpregs->rip;
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out101 float_save.error_offset = 0x0
152 float_save.error_offset = 0x0
648 float_save.error_offset = 0x0
/external/google-breakpad/src/processor/
Dsynth_minidump.cc148 D32(context.float_save.error_offset); in Context()
Ddump_context.cc294 context_x86->float_save.error_offset); in Print()
Dminidump.cc805 Swap(&context_x86->float_save.error_offset); in Read()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc277 thread->fpregs.fip = rawregs->float_save.error_offset; in ParseThreadRegisters()
334 thread->fpregs.rip = rawregs->flt_save.error_offset; in ParseThreadRegisters()
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c975 int error_offset; in build_regexp() local
978 *r = pcre_compile(buffer, PCRE_CASELESS, &error, &error_offset, NULL); in build_regexp()