HomeSort by: relevance | last modified time | path
    Searched defs:symbol_present (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
test-variants.sh 27 symbol_present() { function
28 (nm $1 || echo "symbol_present $@ failed") | grep $2
32 symbol_present $@ && die "Binary '$1' mistakenly contains symbol '$2'" ||:

Completed in 23 milliseconds