HomeSort by relevance Sort by last modified time
    Searched refs:UNW_X86_GS (Results 1 - 5 of 5) sorted by null

  /external/libunwind/include/
libunwind-x86.h 127 UNW_X86_GS, /* special */
  /external/libunwind/src/x86/
Gget_save_loc.c 61 case UNW_X86_GS:
Gregs.c 99 case UNW_X86_GS:
Gos-freebsd.c 180 case UNW_X86_GS: off = FREEBSD_UC_MCONTEXT_GS_OFF; break;
310 case UNW_X86_GS: addr = &uc->uc_mcontext.mc_gs; break;
Gos-linux.c 164 case UNW_X86_GS: off = LINUX_SC_GS_OFF; break;
258 case UNW_X86_GS: addr = &uc->uc_mcontext.gregs[REG_GS]; break;

Completed in 33 milliseconds