| /OK3568_Linux_fs/buildroot/board/olimex/a64-olinuxino/patches/linux/ |
| H A D | 0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch | 9 …(.text+0x0): multiple definition of `yylloc'; dtc-lexer.lex.o (symbol from plugin):(.text+0x0): fi… 11 This is because both dtc-lexer as well as dtc-parser define the same 16 dtc-lexer.l:26:16: error: redundant redeclaration of 'yylloc' [-Werror=redundant-decls] 19 In file included from dtc-lexer.l:24: 35 scripts/dtc/dtc-lexer.l | 1 - 38 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l 40 --- a/scripts/dtc/dtc-lexer.l 41 +++ b/scripts/dtc/dtc-lexer.l
|
| /OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/ |
| H A D | 0002-Remove-redundant-YYLOC-global-declaration.patch | 11 scripts/dtc/dtc-lexer.l | 1 - 14 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l 16 --- a/scripts/dtc/dtc-lexer.l 17 +++ b/scripts/dtc/dtc-lexer.l
|
| /OK3568_Linux_fs/buildroot/board/olimex/a64-olinuxino/patches/uboot/ |
| H A D | 0001-Remove-redundant-YYLOC-global-declaration.patch | 11 scripts/dtc/dtc-lexer.l | 1 - 14 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l 16 --- a/scripts/dtc/dtc-lexer.l 17 +++ b/scripts/dtc/dtc-lexer.l
|
| /OK3568_Linux_fs/buildroot/package/odb/ |
| H A D | 0005-Fix-bug-in-GCC-6-input_location-translation.patch | 9 odb/cxx-lexer.cxx | 8 ++++++++ 12 diff --git a/odb/cxx-lexer.cxx b/odb/cxx-lexer.cxx 14 --- a/odb/cxx-lexer.cxx 15 +++ b/odb/cxx-lexer.cxx
|
| H A D | 0010-Add-initial-support-for-GCC-9.patch | 9 odb/cxx-lexer.cxx | 33 +++++++++++++++++++++++++++------ 15 diff --git a/odb/cxx-lexer.cxx b/odb/cxx-lexer.cxx 17 --- a/odb/cxx-lexer.cxx 18 +++ b/odb/cxx-lexer.cxx
|
| H A D | 0006-Adapt-to-changes-in-GCC-8.patch | 9 odb/cxx-lexer.cxx | 16 ++++++++++++++-- 16 diff --git a/odb/cxx-lexer.cxx b/odb/cxx-lexer.cxx 18 --- a/odb/cxx-lexer.cxx 19 +++ b/odb/cxx-lexer.cxx
|
| H A D | 0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch | 9 odb/cxx-lexer.cxx | 4 ++++ 18 diff --git a/odb/cxx-lexer.cxx b/odb/cxx-lexer.cxx 20 --- a/odb/cxx-lexer.cxx 21 +++ b/odb/cxx-lexer.cxx
|
| /OK3568_Linux_fs/buildroot/board/sheevaplug/patches/uboot/ |
| H A D | 0001-Remove-redundant-YYLOC-global-declaration.patch | 11 scripts/dtc/dtc-lexer.l | 1 - 14 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l 16 --- a/scripts/dtc/dtc-lexer.l 17 +++ b/scripts/dtc/dtc-lexer.l
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | Makefile | 8 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o 24 HOSTCFLAGS_dtc-lexer.lex.o := $(HOSTCFLAGS_DTC) 28 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h 31 clean-files := dtc-lexer.lex.c dtc-parser.tab.c dtc-parser.tab.h
|
| H A D | .dtc-lexer.lex.o.cmd | |
| H A D | dtc-lexer.lex.c_shipped | 1 #line 2 "dtc-lexer.lex.c" 3 #line 4 "dtc-lexer.lex.c" 605 #line 1 "dtc-lexer.l" 629 #line 37 "dtc-lexer.l" 659 #line 661 "dtc-lexer.lex.c" 881 #line 69 "dtc-lexer.l" 883 #line 885 "dtc-lexer.lex.c" 940 #line 70 "dtc-lexer.l" 950 #line 76 "dtc-lexer.l" 984 #line 105 "dtc-lexer.l" [all …]
|
| H A D | .gitignore | 2 /dtc-lexer.lex.c
|
| H A D | Makefile.dtc | 17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
| H A D | .dtc.cmd | |
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-mako/ |
| H A D | CVE-2022-40023.patch | 6 Fixed issue in lexer where the regexp used to match tags would not 21 mako/lexer.py | 12 ++++++++---- 30 + :tags: bug, lexer 33 + Fixed issue in lexer where the regexp used to match tags would not 39 --- Mako-1.1.6.orig/mako/lexer.py 40 +++ Mako-1.1.6/mako/lexer.py
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/ |
| H A D | yacc.py | 195 self.lexer = None 259 def parse(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None): argument 263 return self.parsedebug(input,lexer,debug,tracking,tokenfunc) 265 return self.parseopt(input,lexer,debug,tracking,tokenfunc) 267 return self.parseopt_notrack(input,lexer,debug,tracking,tokenfunc) 284 def parsedebug(self,input=None,lexer=None,debug=None,tracking=0,tokenfunc=None): argument 298 if not lexer: 300 lexer = lex.lexer 303 pslice.lexer = lexer 308 lexer.input(input) [all …]
|
| H A D | lex.py | 344 tok.lexer = self # Set additional attributes useful in token rules 381 tok.lexer = self 862 global lexer 897 lexer = lexobj 996 lexer = lexobj 1010 def runmain(lexer=None,data=None): argument 1021 if lexer: 1022 _input = lexer.input 1026 if lexer: 1027 _token = lexer.token
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | Makefile | 9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o 29 HOSTCFLAGS_dtc-lexer.lex.o := -I $(srctree)/$(src) 33 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/re2c/ |
| H A D | re2c_3.0.bb | 2 …lexer generator for C, C++ and Go. It compiles regular expressions to determinisitic finite automa…
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch | 56 grub-core/script/lexer.c | 21 ++++++++++++-- 1176 diff --git a/grub-core/script/lexer.c b/grub-core/script/lexer.c 1178 --- a/grub-core/script/lexer.c 1179 +++ b/grub-core/script/lexer.c 1189 old = lexer->recording; 1190 if (lexer->recordlen < len) 1191 lexer->recordlen = len; 1192 - lexer->recordlen *= 2; 1194 + if (grub_mul (lexer->recordlen, 2, &lexer->recordlen)) 1197 lexer->recording = grub_realloc (lexer->recording, lexer->recordlen); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | __init__.py | 219 lexer = lexers.get_lexer_for_filename(filename, stripnl=False) 221 return highlight(contents, lexer, formatter)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | __init__.py | 219 lexer = lexers.get_lexer_for_filename(filename, stripnl=False) 221 return highlight(contents, lexer, formatter)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/ |
| H A D | pyshyacc.py | 671 lexer = pyshlex.PLYLexer() 672 remaining = lexer.add(input, eof) 673 if lexer.is_empty(): 677 return yacc.parse(lexer=lexer, debug=debug), remaining
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | spdxcheck.py | 88 self.lexer = lex.lex(module = self, reflags = re.UNICODE) 165 self.parser.parse(expr, lexer = self.lexer)
|
| /OK3568_Linux_fs/kernel/ |
| H A D | .gitignore | 76 scripts/dtc/dtc-lexer.lex.c 88 scripts/kconfig/lexer.lex.c
|