GDB (xrefs)
|
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 |
Definition at line 61 of file objfiles.c.
|
default |
objfile_pspace_info::~objfile_pspace_info | ( | ) |
Definition at line 84 of file objfiles.c.
int objfile_pspace_info::inhibit_updates = 0 |
Definition at line 77 of file objfiles.c.
Referenced by find_pc_section().
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().
int objfile_pspace_info::num_sections = 0 |
Definition at line 67 of file objfiles.c.
Referenced by find_pc_section().
int objfile_pspace_info::section_map_dirty = 0 |
Definition at line 74 of file objfiles.c.
Referenced by find_pc_section(), objfile_relocate1(), objfiles_changed(), update_section_map(), and objfile::~objfile().
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().