summaryrefslogtreecommitdiff
path: root/src/pal/tools/gen-dactable-rva.sh
blob: dd200068e5f398d95a81b9aba0706cfa40d88d94 (plain)
1
nm $1 | grep g_dacTable | cut -f 1 -d' ' | head -n 1 | awk '{ print "#define DAC_TABLE_RVA 0x" $1}' > $2