#include <memgrep.h>
Data Fields | |
unsigned long | text |
unsigned long | textLength |
unsigned long | rodata |
unsigned long | rodataLength |
unsigned long | data |
unsigned long | dataLength |
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. |
|
0.8.0+: The length of the data section. |
|
Read-only data, commonly associated with static text. |
|
0.8.0+: The length of the read-only data section. |
|
stack, self explanatory. |
|
0.8.0+: Text section of the binary image. |
|
0.8.0+: The length of the text section of the binary image. |