The majority of this struct is already located in the parent block. Thus, only the relocated portions are required. More...
#include <public/sourcepawn/sp_vm_types.h>

Public Attributes | |
| uint32_t | codestart |
| uint32_t | codeend |
| const char * | name |
| sp_debug_arraydim_t * | dims |
| sp_fdbg_symbol_t * | sym |
The majority of this struct is already located in the parent block. Thus, only the relocated portions are required.
Definition at line 197 of file sp_vm_types.h.
Relocated code address
Definition at line 199 of file sp_vm_types.h.
Relocated code end address
Definition at line 200 of file sp_vm_types.h.
| const char* sp_debug_symbol_s::name |
Relocated name
Definition at line 201 of file sp_vm_types.h.
Relocated dimension struct, if any
Definition at line 202 of file sp_vm_types.h.
Pointer to original symbol
Definition at line 203 of file sp_vm_types.h.
1.7.1