Main Page | Class List | Directories | File List | Class Members | File Members

_ld_link_obj Struct Reference

a linked list of cklf object file information for linke editing More...

#include <ld_object.h>

List of all members.

Public Attributes

int data_len
int data_offs
int code_len
int code_offs
int sym_len
_cklf_symtabsym_tab
int str_len
char * str_tab
char * fname
_ld_link_objnext


Detailed Description

a linked list of cklf object file information for linke editing


Member Data Documentation

int _ld_link_obj::code_len
 

length of code segment

int _ld_link_obj::code_offs
 

code segment offset after loading

int _ld_link_obj::data_len
 

lenght of data segment

int _ld_link_obj::data_offs
 

data segment offset after loading

char* _ld_link_obj::fname
 

name of the object file

struct _ld_link_obj* _ld_link_obj::next
 

next entry or 0

int _ld_link_obj::str_len
 

length of the string table

char* _ld_link_obj::str_tab
 

string table after loading

int _ld_link_obj::sym_len
 

length of the symbol table

struct _cklf_symtab* _ld_link_obj::sym_tab
 

symbol table after loading


The documentation for this struct was generated from the following file:
Generated on Thu Jul 13 03:56:37 2006 for CKPMcc by  doxygen 1.4.4