import gdb-1999-08-16 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.objdbg / tools / symaddr.pa64
1 #!/bin/ksh
2
3 # Get the address of a symbol in Hex.
4 # $1 = object/executable file name
5 # $2 = symbol name
6 /usr/ccs/bin/elfdump -t +s .symtab "$1" | grep "$2"$ | awk '{print $6}'
7
8 exit 0
This page took 0.040433 seconds and 4 git commands to generate.