ReactOS 0.4.15-dev-7958-gcd0bb1a
symtab_elt Struct Reference
Collaboration diagram for symtab_elt:

Public Attributes

struct hash_table_elt ht_elt
 
struct elf_sym sym
 
struct symt_compilandcompiland
 
unsigned used
 
ULONG_PTR addr
 
unsigned char is_code:1
 
unsigned char is_public:1
 
unsigned char is_global:1
 
unsigned char used:1
 

Detailed Description

Definition at line 67 of file elf_module.c.

Member Data Documentation

◆ addr

ULONG_PTR symtab_elt::addr

Definition at line 948 of file macho_module.c.

Referenced by macho_finish_stabs(), and macho_stabs_def_cb().

◆ compiland

◆ ht_elt

◆ is_code

unsigned char symtab_elt::is_code

Definition at line 949 of file macho_module.c.

Referenced by macho_finish_stabs(), and macho_stabs_def_cb().

◆ is_global

unsigned char symtab_elt::is_global

Definition at line 951 of file macho_module.c.

Referenced by macho_finish_stabs(), and macho_stabs_def_cb().

◆ is_public

unsigned char symtab_elt::is_public

Definition at line 950 of file macho_module.c.

Referenced by macho_finish_stabs(), and macho_stabs_def_cb().

◆ sym

struct elf_sym symtab_elt::sym

◆ used [1/2]

◆ used [2/2]

unsigned char symtab_elt::used

Definition at line 952 of file macho_module.c.


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