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 rodata
unsigned long data
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::rodata
 

Read-only data, commonly associated with static text.

unsigned long _process_section_addrs::stack
 

stack, self explanatory.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 21 03:55:04 2003 for memgrep by doxygen1.2.15