GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
objfile_pspace_info Struct Reference

Public Member Functions

 objfile_pspace_info ()=default
 
 ~objfile_pspace_info ()
 

Public Attributes

struct obj_section ** sections = nullptr
 
int num_sections = 0
 
int new_objfiles_available = 0
 
int section_map_dirty = 0
 
int inhibit_updates = 0
 

Detailed Description

Definition at line 61 of file objfiles.c.

Constructor & Destructor Documentation

◆ objfile_pspace_info()

objfile_pspace_info::objfile_pspace_info ( )
default

◆ ~objfile_pspace_info()

objfile_pspace_info::~objfile_pspace_info ( )

Definition at line 84 of file objfiles.c.

References sections, and xfree().

Member Data Documentation

◆ inhibit_updates

int objfile_pspace_info::inhibit_updates = 0

Definition at line 77 of file objfiles.c.

Referenced by find_pc_section().

◆ new_objfiles_available

int objfile_pspace_info::new_objfiles_available = 0

Definition at line 71 of file objfiles.c.

Referenced by find_pc_section(), objfile::make(), and update_section_map().

◆ num_sections

int objfile_pspace_info::num_sections = 0

Definition at line 67 of file objfiles.c.

Referenced by find_pc_section().

◆ section_map_dirty

int objfile_pspace_info::section_map_dirty = 0

◆ sections

struct obj_section** objfile_pspace_info::sections = nullptr

Definition at line 66 of file objfiles.c.

Referenced by find_pc_section(), and ~objfile_pspace_info().


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