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 block_symbol   found
 
   struct {
      char *   name
 
      domain_enum   domain
 
   }   not_found
 
value
 

Detailed Description

Definition at line 147 of file symtab.c.

Member Data Documentation

◆ domain

domain_enum symbol_cache_slot::domain

◆ found

struct block_symbol symbol_cache_slot::found

◆ name

char* symbol_cache_slot::name

Definition at line 174 of file symtab.c.

◆ not_found

struct { ... } symbol_cache_slot::not_found

◆ objfile_context

const struct objfile* symbol_cache_slot::objfile_context

◆ state

enum symbol_cache_slot_state symbol_cache_slot::state

◆ value

union { ... } symbol_cache_slot::value

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