What is meaning of "nature of entity"? e.g. kind of function, global variable?
Is there any code to check it?
Also, how to detect the memory section in memory map?
e.g. environment, command line arguments, code/, global initialized data, global uninitialized data, stack, heap etc.
Is there any code to check which kind of memory section?
For example, I got a variable named "x1", what kind of code to check the "nature of the entity" + the "memory section"? Thanks.