Main Page   Modules   Data Structures   File List   Data Fields   Examples  

_process_section_addrs Struct Reference
[The memory manglement library interface.]

Section addresses. More...

#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


Detailed Description

Section addresses.

Holds the addresses that signify the start of a given logical section.


Field Documentation

unsigned long _process_section_addrs::bss
 

bss, commonly associated with the 'heap'.

unsigned long _process_section_addrs::data
 

Data, commonly associated with global or static variables.

unsigned long _process_section_addrs::dataLength
 

0.8.0+: The length of the data section.

unsigned long _process_section_addrs::rodata
 

Read-only data, commonly associated with static text.

unsigned long _process_section_addrs::rodataLength
 

0.8.0+: The length of the read-only data section.

unsigned long _process_section_addrs::stack
 

stack, self explanatory.

unsigned long _process_section_addrs::text
 

0.8.0+: Text section of the binary image.

unsigned long _process_section_addrs::textLength
 

0.8.0+: The length of the text section of the binary image.


The documentation for this struct was generated from the following file:
Generated on Mon Dec 29 02:04:13 2003 for memgrep by doxygen1.2.15