Searched defs:gdb_fiseg (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp114 gdb_fiseg = 27, gdb_fpu_cs = gdb_fiseg, enumerator in enum:__anon25277
178 { "fiseg" , NULL, 4, 0, eEncodingUint , eFormatHex , { LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM , gdb_fiseg , LLDB_INVALID_REGNUM }, NULL, NULL},
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp134 gdb_fiseg = 35, gdb_fpu_cs = gdb_fiseg, enumerator in enum:gdb_regnums
214 { "fiseg" , NULL, 4, 0, eEncodingUint , eFormatHex , { LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM , gdb_fiseg , LLDB_INVALID_REGNUM }, NULL, NULL},
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp171 gdb_fiseg = 27, gdb_fpu_cs = gdb_fiseg, enumerator in enum:__anon25324
926 case gdb_fiseg : return fpu_fiseg;
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp245 gdb_fiseg = 27, gdb_fpu_cs = gdb_fiseg, enumerator in enum:__anon25406
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1215 gdb_fiseg = 35, gdb_fpu_cs = gdb_fiseg, enumerator in enum:gdb_regnums

Completed in 45 milliseconds