Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Di386-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 };
Di386-opc.h884 seg_entry; typedef
886 extern const seg_entry cs;
887 extern const seg_entry ds;
888 extern const seg_entry ss;
889 extern const seg_entry es;
890 extern const seg_entry fs;
891 extern const seg_entry gs;
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386.c177 static const seg_entry *build_modrm_byte (void);
319 const seg_entry *seg[2];
4142 const seg_entry *temp_seg; in swap_operands()
5721 const seg_entry *default_seg = 0; in process_operands()
5938 static const seg_entry *
5941 const seg_entry *default_seg = 0; in build_modrm_byte()