Lines Matching refs:line
207 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code")
317 while read line; do
319 line=${line%$'\r'}
322 if [[ $line =~ \[\<([^]]+)\>\] ]] ||
323 [[ $line =~ [^+\ ]+\+0x[0-9a-f]+/0x[0-9a-f]+ ]]; then
325 handle_line "$line"
327 elif [[ $line == *Code:* ]]; then
328 decode_code "$line"
330 elif [[ -n $debuginfod && $line =~ PID:\ [0-9]+\ Comm: ]]; then
331 debuginfod_get_vmlinux "$line"
334 echo "$line"