Lines Matching full:then

14 if type llvm-cxxfilt >/dev/null 2>&1 ; then
16 elif type c++filt >/dev/null 2>&1 ; then
22 if [[ -z ${LLVM:-} ]]; then
26 if [[ ${LLVM} == */ ]]; then
28 elif [[ ${LLVM} == -* ]]; then
37 if [[ $1 == "-h" ]] ; then
40 elif [[ $1 == "-r" ]] ; then
47 if [ -e "$fn" ] ; then
53 if [[ $vmlinux == "" ]] ; then
66 if type debuginfod-find >/dev/null 2>&1 ; then
70 if [[ $vmlinux == "" && -z $debuginfod ]] ; then
79 if [[ $? != 0 ]]; then
86 if [[ -n $debuginfod ]] ; then
87 if [[ -n $modbuildid ]] ; then
92 if [[ $debuginfod == "only" ]] ; then
97 if [ -z $release ] ; then
100 if [ -n "${release}" ] ; then
106 if [ -n "${dir}" ] && [ -e "${dir}" ]; then
108 if ${READELF} -WS "$fn" | grep -qwF .debug_line ; then
117 if [[ ${found_without_debug_info} == true ]]; then
133 if [[ $module == "" ]] ; then
135 elif [[ $aarray_support == true && "${modcache[$module]+isset}" == "isset" ]]; then
139 if [[ $objfile == "" ]] ; then
142 if [[ $aarray_support == true ]]; then
153 if [[ $symbol == *:* ]] ; then
164 if [[ $aarray_support == true && "${cache[$module,$name]+isset}" == "isset" ]]; then
168 if [[ $base_addr == "" ]] ; then
172 if [[ $aarray_support == true ]]; then
190 if [[ $aarray_support == true && "${cache[$module,$address]+isset}" == "isset" ]]; then
194 if [[ $aarray_support == true ]]; then
202 if [[ $code == "??:0" ]]; then
214 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
225 if [[ $vmlinux != "" ]]; then
229 if [[ $vmlinux_buildid =~ ^[0-9a-f]+ ]]; then
231 if [[ $? -ne 0 ]] ; then
250 if [[ $basepath == "auto" && $vmlinux != "" ]] ; then
272 if [[ ${words[$i]} =~ \[\<([^]]+)\>\] ]]; then
277 if [[ ${words[$i]} == \[ && ${words[$i+1]} == *\] ]]; then
283 if [[ ${words[$last]} =~ ^[0-9a-f]+\] ]]; then
289 if [[ ${words[$last]} =~ \[([^]]+)\] ]]; then
298 if [[ $modbuildid == $module ]]; then
323 [[ $line =~ [^+\ ]+\+0x[0-9a-f]+/0x[0-9a-f]+ ]]; then
327 elif [[ $line == *Code:* ]]; then
330 elif [[ -n $debuginfod && $line =~ PID:\ [0-9]+\ Comm: ]]; then