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

#include <wsh.h>

Data Fields

unsigned long int addr
 
unsigned long int size
 
char * libname
 
char * name
 
char * perms
 
int flags
 
struct sections_tprev
 
struct sections_tnext
 

Detailed Description

Representation of ELF Sections

Definition at line 474 of file wsh.h.

Field Documentation

unsigned long int sections_t::addr

Definition at line 475 of file wsh.h.

int sections_t::flags

Definition at line 480 of file wsh.h.

char* sections_t::libname

Definition at line 477 of file wsh.h.

char* sections_t::name

Definition at line 478 of file wsh.h.

struct sections_t* sections_t::next

Definition at line 483 of file wsh.h.

char* sections_t::perms

Definition at line 479 of file wsh.h.

struct sections_t* sections_t::prev

Definition at line 482 of file wsh.h.

unsigned long int sections_t::size

Definition at line 476 of file wsh.h.


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