This isn't possible as variable names are converted to addresses in memory whenever you compile the program.
Since you're trying to name the variable after you compiled the program during runtime, it wouldn't make a difference since it's no longer a human readable name.