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

#include <wsh.h>

Data Fields

unsigned long int addr
 
unsigned long int size
 
char * libname
 
char * type
 
char * perms
 
int flags
 
struct segments_tprev
 
struct segments_tnext
 

Detailed Description

Representation of ELF Segments

Definition at line 490 of file wsh.h.

Field Documentation

unsigned long int segments_t::addr

Definition at line 491 of file wsh.h.

int segments_t::flags

Definition at line 496 of file wsh.h.

char* segments_t::libname

Definition at line 493 of file wsh.h.

struct segments_t* segments_t::next

Definition at line 499 of file wsh.h.

char* segments_t::perms

Definition at line 495 of file wsh.h.

struct segments_t* segments_t::prev

Definition at line 498 of file wsh.h.

unsigned long int segments_t::size

Definition at line 492 of file wsh.h.

char* segments_t::type

Definition at line 494 of file wsh.h.


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