Searched defs:gpr_gs (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.cpp45 gpr_gs, enumerator in enum:__anon25303
46 k_last_gpr = gpr_gs,
108 gpr_gs,
454 case gdb_gs : return gpr_gs;
H A DRegisterContext_x86_64.h42 gpr_gs, enumerator in enum:__anon25314
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp53 gpr_gs, enumerator in enum:__anon25321
250 { DEFINE_GPR(gs , NULL) , { LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM , gdb_gs , gpr_gs }, NULL, NULL},
341 gpr_gs
589 case gpr_gs:
709 case gpr_gs:
914 case gdb_gs : return gpr_gs;
H A DRegisterContextDarwin_x86_64.cpp59 gpr_gs, enumerator in enum:__anon25328
278 { DEFINE_GPR (gs , NULL) , { LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM , gdb_gpr_gs , gpr_gs }, NULL, NULL},
384 gpr_gs
636 case gpr_gs:
764 case gpr_gs:
992 case gdb_gpr_ss : return gpr_gs; // HACK: For now for "ss", just copy what is in "gs"
993 case gdb_gpr_ds : return gpr_gs; // HACK: For now for "ds", just copy what is in "gs"
994 case gdb_gpr_es : return gpr_gs; // HACK: For now for "es", just copy what is in "gs"
996 case gdb_gpr_gs : return gpr_gs;
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp85 gpr_gs = 15, enumerator in enum:__anon25401
1080 { e_regSetGPR, gpr_gs, "gs" , NULL , Uint, Hex, GPR_SIZE(gs), GPR_OFFSET(gs) , INVALID_NUB_REGNUM, INVALID_NUB_REGNUM, INVALID_NUB_REGNUM , gdb_gs , NULL, NULL},
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp990 gpr_gs, enumerator in enum:__anon25422

Completed in 1324 milliseconds