File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/gen_ksymdeps.sh.tar
Back
usr/src/linux-headers-5.15.0-142-generic/scripts/gen_ksymdeps.sh 0000755 00000001054 15031003132 0020060 0 ustar 00 #!/bin/sh # SPDX-License-Identifier: GPL-2.0 set -e # List of exported symbols # # If the object has no symbol, $NM warns 'no symbols'. # Suppress the stderr. # TODO: # Use -q instead of 2>/dev/null when we upgrade the minimum version of # binutils to 2.37, llvm to 13.0.0. ksyms=$($NM $1 2>/dev/null | sed -n 's/.*__ksym_marker_\(.*\)/\1/p') if [ -z "$ksyms" ]; then exit 0 fi echo echo "ksymdeps_$1 := \\" for s in $ksyms do printf ' $(wildcard include/ksym/%s) \\\n' "$s" done echo echo "$1: \$(ksymdeps_$1)" echo echo "\$(ksymdeps_$1):"
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings