Searched refs:start_head_addr (Results 1 – 1 of 1) sorted by relevance
54 start_head_addr=$(cat .tmp_symbols.txt | grep " t start_first_256B$" | cut -d' ' -f1)56 if [ "$start_head_addr" != "$expected_start_head_addr" ]; then57 echo "ERROR: head code starts at $start_head_addr, should be $expected_start_head_addr"