Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/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.h240 seg_entry; typedef
242 extern const seg_entry cs;
243 extern const seg_entry ds;
244 extern const seg_entry ss;
245 extern const seg_entry es;
246 extern const seg_entry fs;
247 extern const seg_entry gs;
/NextBSD/contrib/binutils/gas/config/
HDtc-i386.c92 static const seg_entry *build_modrm_byte (void);
155 const seg_entry *seg[2];
2309 const seg_entry *temp_seg; in swap_operands()
3324 const seg_entry *default_seg = 0; in process_operands()
3453 static const seg_entry *
3456 const seg_entry *default_seg = 0; in build_modrm_byte()