sp_file_code_s Struct Reference

File-encoded format of the ".code" section. More...

#include <public/sourcepawn/sp_file_headers.h>

List of all members.

Public Attributes

uint32_t codesize
uint8_t cellsize
uint8_t codeversion
uint16_t flags
uint32_t main
uint32_t code


Detailed Description

File-encoded format of the ".code" section.

Definition at line 107 of file sp_file_headers.h.


Member Data Documentation

uint32_t sp_file_code_s::codesize

Codesize in bytes

Definition at line 109 of file sp_file_headers.h.

uint8_t sp_file_code_s::cellsize

Cellsize in bytes

Definition at line 110 of file sp_file_headers.h.

uint8_t sp_file_code_s::codeversion

Version of opcodes supported

Definition at line 111 of file sp_file_headers.h.

uint16_t sp_file_code_s::flags

Flags

Definition at line 112 of file sp_file_headers.h.

uint32_t sp_file_code_s::main

Address to "main," if any

Definition at line 113 of file sp_file_headers.h.

uint32_t sp_file_code_s::code

Relative offset to code

Definition at line 114 of file sp_file_headers.h.


The documentation for this struct was generated from the following file:
Generated on Sun Dec 28 23:26:29 2008 for SourceMod SDK by  doxygen 1.5.1