Lines Matching refs:sed
92 local start_kernel_addr=$(echo "${ELF_SYMS}" | sed 's/\[.*\]//' |
122 …ELF_FILEHEADER=$(sed -n '/There are [0-9]* section headers, starting at offset\|Section Headers:/q…
123 …ELF_SECHEADERS=$(sed -n '/There are [0-9]* section headers, starting at offset\|Section Headers:/,…
124 ELF_SYMS=$(sed -n '/Symbol table .* contains [0-9]* entries:/,$p' "$tmpfile")
167 ADDR2LINE_OUT=$(echo "${first_line}" | sed 's/^0x[0-9a-fA-F]*: //')
172 ADDR2LINE_OUT+=$'\n'$(echo "$line" | sed 's/^0x[0-9a-fA-F]*: //')
178 ADDR2LINE_OUT=$(${ADDR2LINE} ${ADDR2LINE_ARGS} ${sec_arg} ${addr} | sed 's/^0x[0-9a-fA-F]*: //')
212 sec_size=$(echo "${ELF_SECHEADERS}" | sed 's/\[ /\[/' |
222 sec_name=$(echo "${ELF_SECHEADERS}" | sed 's/\[ /\[/' |
264 …done < <(echo "${ELF_SYMS}" | sed 's/\[.*\]//' | ${AWK} -v sec=$sym_sec '$7 == sec' | sort --key=2)
317 local output=$(echo "${ADDR2LINE_OUT}" | sed "s; $dir_prefix\(\./\)*; ;")
335 n=$(echo $line | sed 's/.*:\([0-9]\+\).*/\1/g')
338 f=$(echo $line | sed 's/.*at \(.\+\):.*/\1/g')
344 done < <(echo "${ELF_SYMS}" | sed 's/\[.*\]//' | ${AWK} -v fn=$sym_name '$8 == fn')