Lines Matching full:then
6 if [[ $# < 1 ]]; then
12 if [[ $1 == "-r" ]] ; then
19 if [ -e "$fn" ] ; then
25 if [[ $vmlinux == "" ]] ; then
40 if [[ "$modpath" != "" ]] ; then
42 if readelf -WS "$fn" | grep -qwF .debug_line ; then
53 if [[ $release == "" ]] ; then
58 if [ -e "$dn" ] ; then
75 if [[ $module == "" ]] ; then
77 elif [[ "${modcache[$module]+isset}" == "isset" ]]; then
81 if [[ $objfile == "" ]] ; then
94 if [[ $symbol == *:* ]] ; then
105 if [[ "${cache[$module,$name]+isset}" == "isset" ]]; then
109 if [[ $base_addr == "" ]] ; then
129 if [[ "${cache[$module,$address]+isset}" == "isset" ]]; then
139 if [[ $code == "??:0" ]]; then
174 if [[ ${words[$i]} =~ \[\<([^]]+)\>\] ]]; then
179 if [[ ${words[$i]} == \[ && ${words[$i+1]} == *\] ]]; then
185 if [[ ${words[$last]} =~ \[([^]]+)\] ]]; then
204 if [[ $basepath == "auto" ]] ; then
215 [[ $line =~ [^+\ ]+\+0x[0-9a-f]+/0x[0-9a-f]+ ]]; then
219 elif [[ $line == *Code:* ]]; then