The Witchcraft Compiler Collection
WCC
 All Data Structures Files Functions Variables Typedefs Macros
Data Fields
symbols_t Struct Reference

#include <wsh.h>

Data Fields

unsigned long int addr
 
unsigned long int size
 
char * symbol
 
char * libname
 
char * htype
 
char * hbind
 
unsigned long int value
 
struct symbols_tprev
 
struct symbols_tnext
 

Detailed Description

Representation of ELF Symbols

Definition at line 506 of file wsh.h.

Field Documentation

unsigned long int symbols_t::addr

Definition at line 507 of file wsh.h.

char* symbols_t::hbind

Definition at line 512 of file wsh.h.

char* symbols_t::htype

Definition at line 511 of file wsh.h.

char* symbols_t::libname

Definition at line 510 of file wsh.h.

struct symbols_t* symbols_t::next

Definition at line 516 of file wsh.h.

struct symbols_t* symbols_t::prev

Definition at line 515 of file wsh.h.

unsigned long int symbols_t::size

Definition at line 508 of file wsh.h.

char* symbols_t::symbol

Definition at line 509 of file wsh.h.

unsigned long int symbols_t::value

Definition at line 513 of file wsh.h.


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