#!/bin/sh

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