Searched refs:txt (Results 1 – 2 of 2) sorted by relevance
| /scripts/ |
| A D | Makefile.propeller | 5 …:= -fbasic-block-sections=list=$(CLANG_PROPELLER_PROFILE_PREFIX)_cc_profile.txt -ffunction-sections 6 …KBUILD_LDFLAGS += --symbol-ordering-file=$(CLANG_PROPELLER_PROFILE_PREFIX)_ld_profile.txt --no-war… 29 KBUILD_LDFLAGS += --lto-basic-block-sections=$(CLANG_PROPELLER_PROFILE_PREFIX)_cc_profile.txt
|
| A D | spdxcheck.py | 16 def __init__(self, tok, txt): argument 18 self.txt = txt 21 def __init__(self, el, txt): argument 23 self.txt = txt 239 sys.stdout.write('%s: %d:%d %s: %s\n' %(fname, self.curline, col, pe.txt, tok)) 241 sys.stdout.write('%s: %d:0 %s\n' %(fname, self.curline, pe.txt)) 363 sys.stderr.write('%s: %s\n' %(se.el.path, se.txt)) 365 sys.stderr.write('%s\n' %se.txt)
|
Completed in 4 milliseconds