Searched refs:lex (Results 1 – 12 of 12) sorted by relevance
/linux/scripts/genksyms/ |
H A D | Makefile | 5 genksyms-objs := genksyms.o parse.tab.o lex.lex.o 9 HOSTCFLAGS_lex.lex.o := -I $(src) 12 $(obj)/lex.lex.o: $(obj)/parse.tab.h
|
/linux/arch/powerpc/lib/ |
H A D | copyuser_64.S | 38 .macro lex /* exception handler for load */ macro 95 lex; ld r7,0(r4) 96 lex; ld r6,8(r4) 108 lex; ld r7,16(r4) 109 lex; ld r6,24(r4) 116 lex; ld r9,0(r4) 117 lex; ld r8,8(r4) 136 lex; ld r9,0(r4) 141 lex; lwz r9,0(r4) 146 lex; lh [all...] |
/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | copyuser_64.S | 38 .macro lex /* exception handler for load */ macro 95 lex; ld r7,0(r4) 96 lex; ld r6,8(r4) 108 lex; ld r7,16(r4) 109 lex; ld r6,24(r4) 116 lex; ld r9,0(r4) 117 lex; ld r8,8(r4) 136 lex; ld r9,0(r4) 141 lex; lwz r9,0(r4) 146 lex; lh [all...] |
/linux/tools/bpf/ |
H A D | Makefile | 60 $(OUTPUT)%.lex.c: $(srctree)/tools/bpf/%.l 68 $(OUTPUT)%.lex.o: $(OUTPUT)%.lex.c 82 $(OUTPUT)bpf_asm: $(OUTPUT)bpf_asm.o $(OUTPUT)bpf_exp.yacc.o $(OUTPUT)bpf_exp.lex.o 85 $(OUTPUT)bpf_exp.lex.c: $(OUTPUT)bpf_exp.yacc.c 87 $(OUTPUT)bpf_exp.lex.o: $(OUTPUT)bpf_exp.lex.c 92 $(OUTPUT)bpf_asm $(OUTPUT)bpf_exp.yacc.* $(OUTPUT)bpf_exp.lex.*
|
/linux/scripts/ |
H A D | Makefile.host | 8 $(obj)/%.lex.c: $(src)/%.l FORCE 162 # %.lex.o <- %.lex.c <- %.l 164 targets += $(call intermediate_targets, .lex.o, .lex.c) \
|
H A D | spdxcheck.py | 6 from ply import lex, yacc 104 self.lexer = lex.lex(module = self, reflags = re.UNICODE)
|
/linux/tools/perf/util/ |
H A D | pmu.y | 4 %lex-param {void* scanner}
|
/linux/tools/verification/rvgen/rvgen/ |
H A D | ltl2ba.py | 10 from ply.lex import lex 67 lexer = lex()
|
/linux/scripts/coccinelle/misc/ |
H A D | doubleinit.cocci | 11 // Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise
|
/linux/ |
H A D | .gitignore | 32 *.lex.c
|
/linux/drivers/scsi/aic7xxx/ |
H A D | Kconfig.aic79xx | 56 for the firmware requires lex and yacc or their equivalents, as well
|
H A D | Kconfig.aic7xxx | 61 for the firmware requires lex and yacc or their equivalents, as well
|