/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/ |
H A D | fbset-2.1-fix-makefile-dep.patch | 9 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 D | copyuser_64.S | 95 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 D | copyuser_64.S | 95 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 D | Makefile | 5 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 D | 0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch | 18 @@ -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 D | 0002-fix-reproducibility-of-build-process.patch | 32 lex.yy.c: calc.lex
|
/openbmc/linux/tools/bpf/ |
H A D | Makefile | 66 $(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 D | Makefile | 9 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 D | Makefile.dtc | 17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
/openbmc/linux/scripts/dtc/ |
H A D | Makefile | 10 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 D | 0001-make-Define-SBINDIR-flag.patch | 27 @@ -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 D | gradm_3.1-202111052217.bb | 29 'LLEX=${STAGING_BINDIR_NATIVE}/lex' \ 40 'LLEX=${STAGING_BINDIR_NATIVE}/lex' \
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-ply_3.11.bb | 2 DESCRIPTION = "Python ply: PLY is yet another implementation of lex and yacc for Python"
|
H A D | python3-pyparsing_3.1.2.bb | 3 and executing simple grammars, vs. the traditional lex/yacc approach, or \
|
/openbmc/linux/scripts/kconfig/ |
H A D | Makefile | 156 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 D | fix_configure_with-expat.patch | 11 have any effect and Log4C uses some bundled yacc/lex code
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | Makefile | 220 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 D | pmu.y | 4 %lex-param {void* scanner}
|
/openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
H A D | makefile-fix-parallel.patch | 32 lex.yy.c: parsetime.l
|
/openbmc/linux/Documentation/ |
H A D | dontdiff | 155 *lex.c 156 *lex.*.c
|
/openbmc/u-boot/ |
H A D | .gitignore | 20 *.lex.c
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
H A D | 0001-lex-yacc-Add-missing-function-prototypes.patch | 4 Subject: [PATCH] lex/yacc: Add missing function prototypes
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/ |
H A D | 0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch | 13 In file included from coord-config-lex.l:23:0:
|
/openbmc/linux/scripts/ |
H A D | spdxcheck.py | 6 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 D | fwts_22.11.00.bb | 14 file://0001-libfwtsiasl-Disable-parallel-builds-of-lex-bison-fil.patch \
|