Searched refs:strip (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
A D | check-wx-segment.py | 52 print('{}: error: {}: {!r}'.format(path, error, line.strip())) 72 xfails_all = opts.xfail.strip() == '*'
|
A D | glibc_shared_code.py | 37 line = line.strip()
|
A D | glibcsymbols.py | 65 version, symbol, flags = line.strip().split(' ', 2)
|
A D | gen-as-const.py | 87 line = line.strip()
|
A D | build-many-glibcs.py | 89 def __init__(self, topdir, parallelism, keep, replace_sources, strip, argument 96 self.strip = strip 1554 if glibc.ctx.strip: 1555 self.strip = glibc.tool_name('strip') 1557 self.strip = None 1561 if self.strip: 1568 'done' % (find_command, self.strip))]) 1866 opts.strip, opts.full_gcc, opts.action,
|
A D | install-sh | 65 stripprog=${STRIPPROG-strip}
|
A D | dso-ordering-test.py | 447 descr_str.strip() 745 tunable_descr = ("(%s)" % tunable_env.strip() 1085 line = line.strip() # Remove excess whitespace
|
Completed in 16 milliseconds