QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
qfo_s Struct Reference

In-memory representation of a QFO object file. More...

Collaboration diagram for qfo_s:
[legend]

Data Fields

void * data
 data buffer holding qfo file when read More...
 
qfo_def_tdefs
 
qfo_func_tfuncs
 
pr_lineno_tlines
 
int num_defs
 
int num_funcs
 
int num_lines
 
int num_loose_relocs
 
int num_relocs
 
int num_spaces
 
qfo_reloc_trelocs
 
qfo_mspace_tspaces
 

Detailed Description

In-memory representation of a QFO object file.

Field Documentation

void* data

data buffer holding qfo file when read

qfo_def_t* defs
qfo_func_t* funcs
pr_lineno_t* lines
int num_defs
int num_funcs
int num_lines
int num_loose_relocs
int num_relocs
int num_spaces
qfo_reloc_t* relocs
qfo_mspace_t* spaces

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