Lines Matching full:then
11 if [[ $1 == "-r" ]] ; then
18 if [ -e "$fn" ] ; then
24 if [[ $vmlinux == "" ]] ; then
37 if type debuginfod-find >/dev/null 2>&1 ; then
41 if [[ $vmlinux == "" && -z $debuginfod ]] ; then
52 if [[ -n $debuginfod ]] ; then
53 if [[ -n $modbuildid ]] ; then
58 if [[ $debuginfod == "only" ]] ; then
63 if [[ "$modpath" != "" ]] ; then
65 if readelf -WS "$fn" | grep -qwF .debug_line ; then
76 if [[ $release == "" ]] ; then
81 if [ -e "$dn" ] ; then
98 if [[ $module == "" ]] ; then
100 elif [[ "${modcache[$module]+isset}" == "isset" ]]; then
104 if [[ $objfile == "" ]] ; then
117 if [[ $symbol == *:* ]] ; then
128 if [[ "${cache[$module,$name]+isset}" == "isset" ]]; then
132 if [[ $base_addr == "" ]] ; then
152 if [[ "${cache[$module,$address]+isset}" == "isset" ]]; then
162 if [[ $code == "??:0" ]]; then
179 if [[ $vmlinux != "" ]]; then
183 if [[ $vmlinux_buildid =~ ^[0-9a-f]+ ]]; then
185 if [[ $? -ne 0 ]] ; then
204 if [[ $basepath == "auto" && $vmlinux != "" ]] ; then
226 if [[ ${words[$i]} =~ \[\<([^]]+)\>\] ]]; then
231 if [[ ${words[$i]} == \[ && ${words[$i+1]} == *\] ]]; then
237 if [[ ${words[$last]} =~ ^[0-9a-f]+\] ]]; then
243 if [[ ${words[$last]} =~ \[([^]]+)\] ]]; then
249 if [[ $modbuildid == $module ]]; then
271 [[ $line =~ [^+\ ]+\+0x[0-9a-f]+/0x[0-9a-f]+ ]]; then
275 elif [[ $line == *Code:* ]]; then
278 elif [[ -n $debuginfod && $line =~ PID:\ [0-9]+\ Comm: ]]; then