#!/bin/sh

OFFSET=`grep $1 sImage.map | awk '{print $3}'`
echo "0x"$OFFSET
