#!/bin/bash

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