#include <memgrep.h>
Data Fields | |
unsigned long | rodata |
unsigned long | data |
unsigned long | bss |
unsigned long | stack |
Holds the addresses that signify the start of a given logical section.
|
bss, commonly associated with the 'heap'. |
|
Data, commonly associated with global or static variables. |
|
Read-only data, commonly associated with static text. |
|
stack, self explanatory. |