Home
last modified time | relevance | path

Searched refs:seg_entry (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/binutils-2.27/opcodes/
HDi386-opc.c27 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 };
HDi386-opc.h920 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/
HDi386-opc.c28 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 };
HDi386-opc.h743 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/
HDi386-opc.c27 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 };
HDi386-opc.h931 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/
HDtc-i386.c185 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/
HDtc-i386.c197 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()