HomeSort by relevance Sort by last modified time
    Searched full:__com32 (Results 1 - 10 of 10) sorted by null

  /external/syslinux/com32/lib/sys/
cfarcall.c 9 return __com32.cs_cfarcall((cs << 16) + ip, stack, stack_size);
intcall.c 9 __com32.cs_intcall(vector, ireg, oreg);
farcall.c 31 __com32.cs_farcall((cs << 16) + ip, &xreg, oreg);
entry.S 78 leal __com32@GOTOFF(%ebx),%edi
88 movl __com32+4@GOTOFF(%ebx),%edx # Command line
117 .globl __com32
118 __com32: .space 4*(COM32_ARGS+1) label
argv.c 81 *arg++ = __com32.cs_name ? (char *)__com32.cs_name : dummy_argv0; /* argv[0] */
  /external/syslinux/core/mem/
init.c 29 if (start < __com32.cs_memsize) {
30 len -= __com32.cs_memsize - start;
31 start = __com32.cs_memsize;
47 __com32.cs_memsize = start + len; /* update the HighMemSize */
102 __com32.cs_memsize = (size_t)free_high_memory;
  /external/syslinux/core/
com32.inc 41 global __com32:data hidden
45 __com32:
  /external/syslinux/com32/include/
com32.h 108 } __com32;
  /external/syslinux/efi/
main.c 24 struct com32_sys_args __com32; variable in typeref:struct:com32_sys_args
    [all...]
  /external/syslinux/
NEWS 175 * com32: __com32.cs_bounce is gone now we always run in a
    [all...]

Completed in 203 milliseconds