Lines Matching refs:line
207 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code")
334 while read line; do
336 line=${line%$'\r'}
339 if [[ $line =~ \[\<([^]]+)\>\] ]] ||
340 [[ $line =~ [^+\ ]+\+0x[0-9a-f]+/0x[0-9a-f]+ ]]; then
342 handle_line "$line"
344 elif [[ $line == *Code:* ]]; then
345 decode_code "$line"
347 elif [[ -n $debuginfod && $line =~ PID:\ [0-9]+\ Comm: ]]; then
348 debuginfod_get_vmlinux "$line"
351 echo "$line"