Home
last modified time | relevance | path

Searched refs:REG_CSGSFS (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc105 out->cs = regs[REG_CSGSFS] & 0xffff;
107 out->fs = (regs[REG_CSGSFS] >> 32) & 0xffff;
108 out->gs = (regs[REG_CSGSFS] >> 16) & 0xffff;
/external/libchrome/sandbox/linux/system_headers/
Dx86_64_linux_ucontext.h69 REG_CSGSFS, enumerator
/external/libchrome/base/debug/
Dstack_trace_posix.cc354 { " cgf: ", context->uc_mcontext.gregs[REG_CSGSFS] }, in StackDumpSignalHandler()