Lines Matching refs:vmlinux
41 vmlinux=""
46 …for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux …
48 vmlinux=$fn
53 if [[ $vmlinux == "" ]] ; then
59 vmlinux=$1
70 if [[ $vmlinux == "" && -z $debuginfod ]] ; then
98 …release=$(gdb -ex 'print init_uts_ns.name.release' -ex 'quit' -quiet -batch "$vmlinux" 2>/dev/null…
105 for dir in "$modpath" "$(dirname "$vmlinux")" ${release_dirs}; do
134 local objfile=$vmlinux
225 if [[ $vmlinux != "" ]]; then
230 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
250 if [[ $basepath == "auto" && $vmlinux != "" ]] ; then