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

Representation of a def in the object file. More...

Data Fields

string_t file
 source file name More...
 
pr_uint_t flags
 QFOD flags More...
 
pr_int_t line
 source line number More...
 
string_t name
 def name More...
 
pr_int_t num_relocs
 number of reloc records More...
 
pointer_t offset
 def offset (address) More...
 
pr_int_t relocs
 index of first reloc record More...
 
pointer_t type
 offset in type space More...
 

Detailed Description

Representation of a def in the object file.

Field Documentation

string_t file

source file name

pr_int_t line

source line number

string_t name

def name

pr_int_t num_relocs

number of reloc records

pointer_t offset

def offset (address)

pr_int_t relocs

index of first reloc record

pointer_t type

offset in type space


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