#include <memgrep.h>
Data Fields | |
int | fd |
Elf32_Ehdr | elfHeader |
Elf32_Phdr * | programHeaders |
CORE_MEMORY_SECTIONS * | sections |
unsigned long | numSections |
Extended data structure holding information about a core file.
|
The elf header of the core file. |
|
The file descriptor associated with the core file. |
|
The number of segments. |
|
The array of program headers. |
|
The array of virtual memory segments. |