GDB (xrefs)
Public Attributes | List of all members
symbol_cache_slot Struct Reference

Public Attributes

enum symbol_cache_slot_state state
 
const struct objfileobjfile_context
 
union {
   struct symbol *   found
 
   struct {
      char *   name
 
      domain_enum   domain
 
   }   not_found
 
value
 

Detailed Description

Definition at line 136 of file symtab.c.

Member Data Documentation

domain_enum symbol_cache_slot::domain

Definition at line 164 of file symtab.c.

Referenced by lookup_global_symbol(), and symbol_cache_mark_not_found().

struct symbol* symbol_cache_slot::found
char* symbol_cache_slot::name

Definition at line 163 of file symtab.c.

struct { ... } symbol_cache_slot::not_found
const struct objfile* symbol_cache_slot::objfile_context
enum symbol_cache_slot_state symbol_cache_slot::state
union { ... } symbol_cache_slot::value

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