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

Data Fields

Elf_Word p_type
 
Elf_Word p_flags
 
Elf_Off p_offset
 
Elf_Addr p_vaddr
 
Elf_Addr p_paddr
 
Elf_Xword p_filesz
 
Elf_Xword p_memsz
 
Elf_Xword p_align
 
struct msec_tprev
 
struct msec_tnext
 

Detailed Description

Meta segment header

Definition at line 248 of file wcc.c.

Field Documentation

struct msec_t* mseg_t::next

Definition at line 259 of file wcc.c.

Elf_Xword mseg_t::p_align

Definition at line 256 of file wcc.c.

Elf_Xword mseg_t::p_filesz

Definition at line 254 of file wcc.c.

Elf_Word mseg_t::p_flags

Definition at line 250 of file wcc.c.

Elf_Xword mseg_t::p_memsz

Definition at line 255 of file wcc.c.

Elf_Off mseg_t::p_offset

Definition at line 251 of file wcc.c.

Elf_Addr mseg_t::p_paddr

Definition at line 253 of file wcc.c.

Elf_Word mseg_t::p_type

Definition at line 249 of file wcc.c.

Elf_Addr mseg_t::p_vaddr

Definition at line 252 of file wcc.c.

struct msec_t* mseg_t::prev

Definition at line 258 of file wcc.c.


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