Dyninst::Symbol_t Struct Reference

#include <SymReader.h>

Data Fields

void * v1
void * v2
int i1
int i2

Detailed Description

Symbol_t is an anonymous struct that any SymReader can use for a symbol handle. Some symbol readers may not want to store the objects behind a 'void*' on the heap, so we're making Symbol_t big enough that it could act as a full symbol handle. Or a SymReader could just choose fill in one of the void pointers as a handle to a heap object, if it's comfortable doing so.

Definition at line 49 of file SymReader.h.


Field Documentation

Definition at line 52 of file SymReader.h.


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1