Searched refs:seg_entry (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/binutils-2.27/opcodes/ |
| HD | i386-opc.c | 27 const seg_entry cs = { "cs", 0x2e }; 28 const seg_entry ds = { "ds", 0x3e }; 29 const seg_entry ss = { "ss", 0x36 }; 30 const seg_entry es = { "es", 0x26 }; 31 const seg_entry fs = { "fs", 0x64 }; 32 const seg_entry gs = { "gs", 0x65 };
|
| HD | i386-opc.h | 920 seg_entry; typedef 922 extern const seg_entry cs; 923 extern const seg_entry ds; 924 extern const seg_entry ss; 925 extern const seg_entry es; 926 extern const seg_entry fs; 927 extern const seg_entry gs;
|
| /dragonfly/contrib/gdb-7/opcodes/ |
| HD | i386-opc.c | 28 const seg_entry cs = { "cs", 0x2e }; 29 const seg_entry ds = { "ds", 0x3e }; 30 const seg_entry ss = { "ss", 0x36 }; 31 const seg_entry es = { "es", 0x26 }; 32 const seg_entry fs = { "fs", 0x64 }; 33 const seg_entry gs = { "gs", 0x65 };
|
| HD | i386-opc.h | 743 seg_entry; typedef 745 extern const seg_entry cs; 746 extern const seg_entry ds; 747 extern const seg_entry ss; 748 extern const seg_entry es; 749 extern const seg_entry fs; 750 extern const seg_entry gs;
|
| /dragonfly/contrib/binutils-2.34/opcodes/ |
| HD | i386-opc.c | 27 const seg_entry cs = { "cs", 0x2e }; 28 const seg_entry ds = { "ds", 0x3e }; 29 const seg_entry ss = { "ss", 0x36 }; 30 const seg_entry es = { "es", 0x26 }; 31 const seg_entry fs = { "fs", 0x64 }; 32 const seg_entry gs = { "gs", 0x65 };
|
| HD | i386-opc.h | 931 seg_entry; typedef 933 extern const seg_entry cs; 934 extern const seg_entry ds; 935 extern const seg_entry ss; 936 extern const seg_entry es; 937 extern const seg_entry fs; 938 extern const seg_entry gs;
|
| /dragonfly/contrib/binutils-2.27/gas/config/ |
| HD | tc-i386.c | 185 static const seg_entry *build_modrm_byte (void); 327 const seg_entry *seg[2]; 4231 const seg_entry *temp_seg; in swap_operands() 5845 const seg_entry *default_seg = 0; in process_operands() 6062 static const seg_entry * 6065 const seg_entry *default_seg = 0; in build_modrm_byte()
|
| /dragonfly/contrib/binutils-2.34/gas/config/ |
| HD | tc-i386.c | 197 static const seg_entry *build_modrm_byte (void); 347 const seg_entry *seg[2]; 5108 const seg_entry *temp_seg; in swap_operands() 6931 const seg_entry *default_seg = 0; in process_operands() 7160 static const seg_entry * 7163 const seg_entry *default_seg = 0; in build_modrm_byte()
|