Main Page   Modules   Data Structures   File List   Data Fields   Examples  

_mem_ctx_core_data Struct Reference
[The memory manglement library interface.]

Core file information. More...

#include <memgrep.h>


Data Fields

int fd
Elf32_Ehdr elfHeader
Elf32_Phdr * programHeaders
CORE_MEMORY_SECTIONSsections
unsigned long numSections


Detailed Description

Core file information.

Extended data structure holding information about a core file.


Field Documentation

Elf32_Ehdr _mem_ctx_core_data::elfHeader
 

The elf header of the core file.

int _mem_ctx_core_data::fd
 

The file descriptor associated with the core file.

unsigned long _mem_ctx_core_data::numSections
 

The number of segments.

Elf32_Phdr* _mem_ctx_core_data::programHeaders
 

The array of program headers.

CORE_MEMORY_SECTIONS* _mem_ctx_core_data::sections
 

The array of virtual memory segments.


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