Lines Matching full:then

12 if type llvm-cxxfilt >/dev/null 2>&1 ; then
14 elif type c++filt >/dev/null 2>&1 ; then
20 if [[ -z ${LLVM:-} ]]; then
24 if [[ ${LLVM} == */ ]]; then
26 elif [[ ${LLVM} == -* ]]; then
34 if [[ $1 == "-r" ]] ; then
41 if [ -e "$fn" ] ; then
47 if [[ $vmlinux == "" ]] ; then
60 if type debuginfod-find >/dev/null 2>&1 ; then
64 if [[ $vmlinux == "" && -z $debuginfod ]] ; then
73 if [[ $? != 0 ]]; then
80 if [[ -n $debuginfod ]] ; then
81 if [[ -n $modbuildid ]] ; then
86 if [[ $debuginfod == "only" ]] ; then
91 if [[ "$modpath" != "" ]] ; then
93 if ${READELF} -WS "$fn" | grep -qwF .debug_line ; then
104 if [[ $release == "" ]] ; then
109 if [ -e "$dn" ] ; then
126 if [[ $module == "" ]] ; then
128 elif [[ $aarray_support == true && "${modcache[$module]+isset}" == "isset" ]]; then
132 if [[ $objfile == "" ]] ; then
136 if [[ $aarray_support == true ]]; then
147 if [[ $symbol == *:* ]] ; then
158 if [[ $aarray_support == true && "${cache[$module,$name]+isset}" == "isset" ]]; then
162 if [[ $base_addr == "" ]] ; then
166 if [[ $aarray_support == true ]]; then
184 if [[ $aarray_support == true && "${cache[$module,$address]+isset}" == "isset" ]]; then
188 if [[ $aarray_support == true ]]; then
196 if [[ $code == "??:0" ]]; then
208 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
219 if [[ $vmlinux != "" ]]; then
223 if [[ $vmlinux_buildid =~ ^[0-9a-f]+ ]]; then
225 if [[ $? -ne 0 ]] ; then
244 if [[ $basepath == "auto" && $vmlinux != "" ]] ; then
266 if [[ ${words[$i]} =~ \[\<([^]]+)\>\] ]]; then
271 if [[ ${words[$i]} == \[ && ${words[$i+1]} == *\] ]]; then
277 if [[ ${words[$last]} =~ ^[0-9a-f]+\] ]]; then
283 if [[ ${words[$last]} =~ \[([^]]+)\] ]]; then
289 if [[ $modbuildid == $module ]]; then
314 [[ $line =~ [^+\ ]+\+0x[0-9a-f]+/0x[0-9a-f]+ ]]; then
318 elif [[ $line == *Code:* ]]; then
321 elif [[ -n $debuginfod && $line =~ PID:\ [0-9]+\ Comm: ]]; then