Searched defs:com32 (Results 1 - 6 of 6) sorted by relevance

/external/syslinux/mk/
H A Dcom32.mk55 com32 := $(topdir)/com32 macro
56 RELOCS := $(com32)/tools/relocs
59 GPLLIB = $(com32)/gpllib/libcom32gpl.a
60 GPLINCLUDE = -I$(com32)/gplinclude
69 -I$(com32)/libutil/include -I$(com32)/include \
70 -I$(com32)/include/sys $(GPLINCLUDE)
74 -I$(com32)/libutil/include -I$(com32)/includ
[all...]
H A Defi.mk3 com32 = $(topdir)/com32 macro
28 -Wall -I$(com32)/include -I$(com32)/include/sys \
30 -I$(com32)/lib/ -I$(com32)/libutil/include -std=gnu99 \
45 -I$(com32)/libutil/include -I$(com32)/include -I$(com32)/include/sys $(GPLINCLUDE)
H A Delf.mk46 com32 = $(topdir)/com32 macro
50 GPLLIB = $(objdir)/com32/gpllib/libgpl.c32
51 GPLINCLUDE = -I$(com32)/gplinclude
60 -I$(com32)/libutil/include -I$(com32)/include \
61 -I$(com32)/include/sys $(GPLINCLUDE) -I$(core)/include \
68 LDFLAGS = -m elf_$(ARCH) -shared --hash-style=gnu -T $(com32)/lib/$(ARCH)/elf.ld --as-needed
71 LNXCFLAGS = -I$(com32)/libutil/include -W -Wall -O -g -D_GNU_SOURCE
75 C_LIBS += $(objdir)/com32/libuti
[all...]
H A Dsyslinux.mk30 COM32DIR = $(AUXDIR)/com32
73 com32 = $(topdir)/com32 macro
/external/syslinux/com32/gdbstub/
H A Dmain.c5 #include <com32.h>
45 static void shift_cmdline(struct com32_sys_args *com32) argument
50 for (p = com32->cs_cmdline; *p != '\0' && *p == ' '; p++) ;
58 com32->cs_cmdline = p;
65 struct com32_sys_args *com32; local
79 com32 = (struct com32_sys_args *)(module_esp + 4);
80 shift_cmdline(com32);
/external/syslinux/gpxe/src/config/
H A Dconfig.c186 REQUIRE_OBJECT ( com32 ); variable

Completed in 179 milliseconds