Home
last modified time | relevance | path

Searched refs:lex (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/
H A Dfbset-2.1-fix-makefile-dep.patch9 make: *** No rule to make target `modes.tab.h', needed by `lex.yy.o'. Stop.
20 @@ -15,7 +15,7 @@ fbset: fbset.o modes.tab.o lex.yy.o
24 -lex.yy.o: lex.yy.c fbset.h modes.tab.h
25 +lex.yy.o: lex.yy.c fbset.h modes.tab.c
27 lex.yy.c: modes.l
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_64.S95 lex; ld r7,0(r4)
96 lex; ld r6,8(r4)
108 lex; ld r7,16(r4)
116 lex; ld r9,0(r4)
117 lex; ld r8,8(r4)
136 lex; ld r9,0(r4)
171 lex; ld r0,8(r4)
178 lex; ld r0,8(r4)
188 lex; ld r0,8(r4)
200 lex; ld r0,8(r4)
[all …]
/openbmc/linux/arch/powerpc/lib/
H A Dcopyuser_64.S95 lex; ld r7,0(r4)
96 lex; ld r6,8(r4)
108 lex; ld r7,16(r4)
116 lex; ld r9,0(r4)
117 lex; ld r8,8(r4)
136 lex; ld r9,0(r4)
171 lex; ld r0,8(r4)
178 lex; ld r0,8(r4)
188 lex; ld r0,8(r4)
200 lex; ld r0,8(r4)
[all …]
/openbmc/linux/scripts/genksyms/
H A DMakefile5 genksyms-objs := genksyms.o parse.tab.o lex.lex.o
27 HOSTCFLAGS_lex.lex.o := -I $(srctree)/$(src)
30 $(obj)/lex.lex.o: $(obj)/parse.tab.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/
H A D0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch18 @@ -59,8 +59,9 @@ lex.yy.c: calc.lex
19 lex.yy.o: lex.yy.c
20 $(CC) $(CFLAGS) -I$(srcdir) -c lex.yy.c
H A D0002-fix-reproducibility-of-build-process.patch32 lex.yy.c: calc.lex
/openbmc/linux/tools/bpf/
H A DMakefile66 $(OUTPUT)%.lex.c: $(srctree)/tools/bpf/%.l
74 $(OUTPUT)%.lex.o: $(OUTPUT)%.lex.c
88 $(OUTPUT)bpf_asm: $(OUTPUT)bpf_asm.o $(OUTPUT)bpf_exp.yacc.o $(OUTPUT)bpf_exp.lex.o
91 $(OUTPUT)bpf_exp.lex.c: $(OUTPUT)bpf_exp.yacc.c
93 $(OUTPUT)bpf_exp.lex.o: $(OUTPUT)bpf_exp.lex.c
98 $(OUTPUT)bpf_asm $(OUTPUT)bpf_exp.yacc.* $(OUTPUT)bpf_exp.lex.*
/openbmc/u-boot/scripts/dtc/
H A DMakefile9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
25 HOSTCFLAGS_dtc-lexer.lex.o := $(HOSTCFLAGS_DTC)
29 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
H A DMakefile.dtc17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
/openbmc/linux/scripts/dtc/
H A DMakefile10 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
23 HOSTCFLAGS_dtc-lexer.lex.o := -I $(srctree)/$(src)
27 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/
H A D0001-make-Define-SBINDIR-flag.patch27 @@ -136,15 +137,15 @@ lex.learn_pass1.o: lex.learn_pass1.c learn_pass1.tab.h
28 lex.learn_pass2.o: lex.learn_pass2.c learn_pass2.tab.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/
H A Dgradm_3.1-202111052217.bb29 'LLEX=${STAGING_BINDIR_NATIVE}/lex' \
40 'LLEX=${STAGING_BINDIR_NATIVE}/lex' \
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-ply_3.11.bb2 DESCRIPTION = "Python ply: PLY is yet another implementation of lex and yacc for Python"
H A Dpython3-pyparsing_3.1.2.bb3 and executing simple grammars, vs. the traditional lex/yacc approach, or \
/openbmc/linux/scripts/kconfig/
H A DMakefile156 common-objs := confdata.o expr.o lexer.lex.o menu.o parser.tab.o \
159 $(obj)/lexer.lex.o: $(obj)/parser.tab.h
160 HOSTCFLAGS_lexer.lex.o := -I $(srctree)/$(src)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4c/log4c/
H A Dfix_configure_with-expat.patch11 have any effect and Log4C uses some bundled yacc/lex code
/openbmc/u-boot/scripts/kconfig/
H A DMakefile220 targets += zconf.lex.c
238 HOSTCFLAGS_zconf.lex.o := -I$(src)
309 $(obj)/zconf.tab.o: $(obj)/zconf.lex.c
/openbmc/linux/tools/perf/util/
H A Dpmu.y4 %lex-param {void* scanner}
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dmakefile-fix-parallel.patch32 lex.yy.c: parsetime.l
/openbmc/linux/Documentation/
H A Ddontdiff155 *lex.c
156 *lex.*.c
/openbmc/u-boot/
H A D.gitignore20 *.lex.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0001-lex-yacc-Add-missing-function-prototypes.patch4 Subject: [PATCH] lex/yacc: Add missing function prototypes
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch13 In file included from coord-config-lex.l:23:0:
/openbmc/linux/scripts/
H A Dspdxcheck.py6 from ply import lex, yacc
104 self.lexer = lex.lex(module = self, reflags = re.UNICODE)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/
H A Dfwts_22.11.00.bb14 file://0001-libfwtsiasl-Disable-parallel-builds-of-lex-bison-fil.patch \

12