XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
IMAGE_COFF_SYMBOL Struct Reference

#include <pe.h>

Public Attributes

union { 
 
   char   short_name [8] 
 
   struct { 
 
      uint32_t   zeros 
 
      uint32_t   offset 
 
   }   lng 
 
name 
 
uint32_t value
 
int16_t section
 
uint16_t type
 
uint8_t storage
 
uint8_t aux_count
 

Member Data Documentation

◆ aux_count

uint8_t IMAGE_COFF_SYMBOL::aux_count

◆ [struct]

struct { ... } IMAGE_COFF_SYMBOL::lng

◆ [union]

union { ... } IMAGE_COFF_SYMBOL::name

◆ offset

uint32_t IMAGE_COFF_SYMBOL::offset

◆ section

int16_t IMAGE_COFF_SYMBOL::section

◆ short_name

char IMAGE_COFF_SYMBOL::short_name[8]

◆ storage

uint8_t IMAGE_COFF_SYMBOL::storage

◆ type

uint16_t IMAGE_COFF_SYMBOL::type

◆ value

uint32_t IMAGE_COFF_SYMBOL::value

◆ zeros

uint32_t IMAGE_COFF_SYMBOL::zeros

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