K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2019-06-11T22:56:32.316718Z K 7 svn:log V 303 Speedup ELF file detection almost 100%. This uses the same pattern we have in qa.sh. Rather than using file(1), which reads the whole file and does too much magic, use readelf(1) which bails out if the file lacks the proper ELF headers. (This file is not yet used by anything) Sponsored by: DellEMC END