For example I have following c++ source file
// define global variables here int Label = 1234; char Hash[] = "0x11231abc"; compile this to *.o file, and may be later linked to an executable binary. Is it possible to get the value from ELF file by using some existing tools, like readelf, objdump?