Lines Matching full:then

12 if type llvm-cxxfilt >/dev/null 2>&1 ; then
14 elif type c++filt >/dev/null 2>&1 ; then
19 if [[ $1 == "-r" ]] ; then
26 if [ -e "$fn" ] ; then
32 if [[ $vmlinux == "" ]] ; then
45 if type debuginfod-find >/dev/null 2>&1 ; then
49 if [[ $vmlinux == "" && -z $debuginfod ]] ; then
58 if [[ $? != 0 ]]; then
65 if [[ -n $debuginfod ]] ; then
66 if [[ -n $modbuildid ]] ; then
71 if [[ $debuginfod == "only" ]] ; then
76 if [[ "$modpath" != "" ]] ; then
78 if readelf -WS "$fn" | grep -qwF .debug_line ; then
89 if [[ $release == "" ]] ; then
94 if [ -e "$dn" ] ; then
111 if [[ $module == "" ]] ; then
113 elif [[ $aarray_support == true && "${modcache[$module]+isset}" == "isset" ]]; then
117 if [[ $objfile == "" ]] ; then
121 if [[ $aarray_support == true ]]; then
132 if [[ $symbol == *:* ]] ; then
143 if [[ $aarray_support == true && "${cache[$module,$name]+isset}" == "isset" ]]; then
147 if [[ $base_addr == "" ]] ; then
151 if [[ $aarray_support == true ]]; then
169 if [[ $aarray_support == true && "${cache[$module,$address]+isset}" == "isset" ]]; then
173 if [[ $aarray_support == true ]]; then
181 if [[ $code == "??:0" ]]; then
193 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
204 if [[ $vmlinux != "" ]]; then
208 if [[ $vmlinux_buildid =~ ^[0-9a-f]+ ]]; then
210 if [[ $? -ne 0 ]] ; then
229 if [[ $basepath == "auto" && $vmlinux != "" ]] ; then
251 if [[ ${words[$i]} =~ \[\<([^]]+)\>\] ]]; then
256 if [[ ${words[$i]} == \[ && ${words[$i+1]} == *\] ]]; then
262 if [[ ${words[$last]} =~ ^[0-9a-f]+\] ]]; then
268 if [[ ${words[$last]} =~ \[([^]]+)\] ]]; then
274 if [[ $modbuildid == $module ]]; then
296 [[ $line =~ [^+\ ]+\+0x[0-9a-f]+/0x[0-9a-f]+ ]]; then
300 elif [[ $line == *Code:* ]]; then
303 elif [[ -n $debuginfod && $line =~ PID:\ [0-9]+\ Comm: ]]; then