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

#include "objfiles.h"

Public Attributes

struct obstack storage_obstack
 
struct bcachefilename_cache
 
struct bcachemacro_cache
 
struct gdbarchgdbarch
 
struct htab * demangled_names_hash
 
struct entry_info ei
 
const char * name_of_main
 
enum language language_of_main
 
struct minimal_symbolmsymbols
 
int minimal_symbol_count
 
int n_minsyms
 
unsigned int minsyms_read: 1
 
struct minimal_symbolmsymbol_hash [MINIMAL_SYMBOL_HASH_SIZE]
 
struct minimal_symbolmsymbol_demangled_hash [MINIMAL_SYMBOL_HASH_SIZE]
 

Detailed Description

Definition at line 173 of file objfiles.h.

Member Data Documentation

struct htab* objfile_per_bfd_storage::demangled_names_hash
struct entry_info objfile_per_bfd_storage::ei

Definition at line 203 of file objfiles.h.

Referenced by init_entry_point_info().

struct bcache* objfile_per_bfd_storage::filename_cache
struct gdbarch* objfile_per_bfd_storage::gdbarch
enum language objfile_per_bfd_storage::language_of_main

Definition at line 210 of file objfiles.h.

Referenced by find_main_name(), get_objfile_bfd_data(), and set_objfile_main_name().

struct bcache* objfile_per_bfd_storage::macro_cache
int objfile_per_bfd_storage::minimal_symbol_count
unsigned int objfile_per_bfd_storage::minsyms_read
struct minimal_symbol* objfile_per_bfd_storage::msymbol_demangled_hash[MINIMAL_SYMBOL_HASH_SIZE]
struct minimal_symbol* objfile_per_bfd_storage::msymbol_hash[MINIMAL_SYMBOL_HASH_SIZE]
struct minimal_symbol* objfile_per_bfd_storage::msymbols
int objfile_per_bfd_storage::n_minsyms

Definition at line 229 of file objfiles.h.

Referenced by prim_record_minimal_symbol_full(), and print_objfile_statistics().

const char* objfile_per_bfd_storage::name_of_main

Definition at line 209 of file objfiles.h.

Referenced by find_main_name(), and set_objfile_main_name().

struct obstack objfile_per_bfd_storage::storage_obstack

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