Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
memregion Struct Reference

#include <target.h>

Collaboration diagram for memregion:
Collaboration graph
[legend]

Data Fields

struct addrspacespace
 
char * name
 
region_type_t type
 
obj_flags_t obj_flags
 
REFCNT refcnt
 
REFCNT refcntw
 
GList * ranges
 
GHashTable * debugfiles
 
struct binfilebinfile
 
ADDR base_load_addr
 
ADDR base_phys_addr
 
ADDR base_virt_addr
 
OFFSET phys_offset
 

Detailed Description

Definition at line 935 of file target.h.

Field Documentation

ADDR memregion::base_load_addr

Definition at line 968 of file target.h.

ADDR memregion::base_phys_addr

Definition at line 977 of file target.h.

ADDR memregion::base_virt_addr

Definition at line 978 of file target.h.

struct binfile* memregion::binfile

Definition at line 961 of file target.h.

GHashTable* memregion::debugfiles

Definition at line 956 of file target.h.

char* memregion::name

Definition at line 939 of file target.h.

obj_flags_t memregion::obj_flags

Definition at line 942 of file target.h.

OFFSET memregion::phys_offset

Definition at line 987 of file target.h.

GList* memregion::ranges

Definition at line 947 of file target.h.

REFCNT memregion::refcnt

Definition at line 943 of file target.h.

REFCNT memregion::refcntw

Definition at line 944 of file target.h.

struct addrspace* memregion::space

Definition at line 937 of file target.h.

region_type_t memregion::type

Definition at line 940 of file target.h.


The documentation for this struct was generated from the following file: