HomeSort by relevance Sort by last modified time
    Searched refs:SEG (Results 26 - 50 of 59) sorted by null

12 3

  /external/syslinux/core/
localboot.c 70 ireg.es = SEG(trackbuf);
bios.c 241 rm.es = SEG(gi);
276 rm.es = SEG(mi);
557 ireg.es = SEG(e820buf);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-frv.h 65 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) 1
tc-microblaze.h 44 #define TC_FORCE_RELOCATION_SECTION(FIXP,SEG) 1
tc-mn10300.h 73 #define TC_VALIDATE_FIX_SUB(FIX, SEG) 1
89 #define TC_LINKRELAX_FIXUP(seg) (seg->flags & SEC_ALLOC)
tc-sh64.h 117 #define TC_VALIDATE_FIX_SUB(FIX, SEG) \
118 ((md_register_arithmetic || (SEG) != reg_section) \
tc-xtensa.h 347 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \
348 (! SEG_NORMAL (seg) || xtensa_force_relocation (fix))
349 #define TC_VALIDATE_FIX_SUB(fix, seg) xtensa_validate_fix_sub (fix)
402 #define TC_LINKRELAX_FIXUP(SEG) 0
404 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
obj-macho.h 79 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) obj_mach_o_process_stab(W,S,T,O,D)
116 extern int obj_mach_o_force_reloc_sub_same (struct fix *fix, segT seg);
117 extern int obj_mach_o_force_reloc_sub_local (struct fix *fix, segT seg);
tc-alpha.h 70 #define TC_VALIDATE_FIX_SUB(FIX, SEG) 1
tc-hppa.h 159 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) 1
tc-nds32.h 87 #define md_apply_fix(fixP, addn, seg) nds32_apply_fix (fixP, addn, seg)
96 #define TC_VALIDATE_FIX_SUB(FIX,SEG) nds32_validate_fix_sub (FIX,SEG)
tc-aarch64.h 149 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
tc-ppc.h 89 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
  /external/syslinux/core/thread/
start_thread.c 46 sp->rmss = SEG(rmstack);
  /external/syslinux/com32/lib/syslinux/
disk.c 108 inreg.ds = SEG(eparam);
190 dapa->seg = SEG(buf);
195 inreg->ds = SEG(dapa);
240 inreg->es = SEG(buf);
  /external/syslinux/com32/modules/
meminfo.c 57 ireg.es = SEG(low_ed);
101 uint16_t offs, seg; member in struct:__anon37083
110 ivt[0x15].seg, ivt[0x15].offs, dosram, dosram << 10, oreg.eax.w[0],
  /external/syslinux/com32/sysdump/
memmap.c 35 ireg.es = SEG(curr->data);
  /external/syslinux/com32/mboot/
initvesa.c 79 rm.es = SEG(gi);
108 rm.es = SEG(mi);
  /external/syslinux/core/fs/
diskio_bios.c 105 ireg.es = SEG(tptr);
181 ireg.ds = SEG(&pkt);
220 pkt.buf.seg, pkt.buf.offs,
360 ireg.ds = SEG(&edd_params);
  /external/syslinux/com32/gpllib/disk/
geom.c 144 inreg.ds = SEG(dp);
  /external/syslinux/memdisk/
msetup.c 54 regs.es = SEG(buf);
  /toolchain/binutils/binutils-2.27/gas/
write.c 47 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
48 (! SEG_NORMAL (SEG))
56 #define TC_FORCE_RELOCATION_SUB_ABS(FIX, SEG) \
57 (!md_register_arithmetic && (SEG) == reg_section)
62 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) \
63 (!md_register_arithmetic && (SEG) == reg_section)
65 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) 1
72 #define TC_VALIDATE_FIX_SUB(FIX, SEG) \
73 (md_register_arithmetic || (SEG) != reg_section)
75 #define TC_VALIDATE_FIX_SUB(FIX, SEG) \
    [all...]
  /external/syslinux/core/fs/pxe/
bios.c 135 uint16_t seg, off; local
149 seg = *(const uint16_t *)(base + 50);
150 pxe = MK_PTR(seg, off);
157 seg = *(const uint16_t *)(base + 4); /* Original ES */
158 pxenv = MK_PTR(seg, off);
169 seg = regs.es;
170 pxenv = MK_PTR(seg, off);
179 seg = SEG(pxe);
187 seg = SEG(pxenv)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 88 short seg; /* segment of far address */ member in struct:Instr
180 PTR, /* Seg:Displacement addr (ptr16:16 or ptr16:32) */
185 SEG, /* Segment Prefix */
972 [0x26] = { SEG,0, "ES:" },
980 [0x2e] = { SEG,0, "CS:" },
988 [0x36] = { SEG,0, "SS:" },
996 [0x3e] = { SEG,0, "DS:" },
1034 [0x64] = { SEG,0, "FS:" },
1035 [0x65] = { SEG,0, "GS:" },
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 88 short seg; /* segment of far address */ member in struct:Instr
180 PTR, /* Seg:Displacement addr (ptr16:16 or ptr16:32) */
185 SEG, /* Segment Prefix */
972 [0x26] = { SEG,0, "ES:" },
980 [0x2e] = { SEG,0, "CS:" },
988 [0x36] = { SEG,0, "SS:" },
996 [0x3e] = { SEG,0, "DS:" },
1034 [0x64] = { SEG,0, "FS:" },
1035 [0x65] = { SEG,0, "GS:" },
    [all...]

Completed in 917 milliseconds

12 3