Searched refs:all_code (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Ddecodecode162 # @all_code: code in bytes without the marker
167 local all_code="$1"
177 all_code=$(echo $all_code | sed -e 's/[<>()]//g')
181 get_substr_opcode_bytes_num "$all_code" "$line"
193 # Delete matched opcode bytes from all_code. For that, compute
201 all_code=$(echo $all_code | sed -e "s!^.\{$del_chars\}!!")

Completed in 120 milliseconds