GDB (xrefs)
|
Public Attributes | |
struct obj_section ** | sections |
int | num_sections |
int | new_objfiles_available |
int | section_map_dirty |
int | inhibit_updates |
Definition at line 64 of file objfiles.c.
int objfile_pspace_info::inhibit_updates |
Definition at line 77 of file objfiles.c.
Referenced by find_pc_section(), inhibit_section_map_updates(), and resume_section_map_updates().
int objfile_pspace_info::new_objfiles_available |
Definition at line 71 of file objfiles.c.
Referenced by allocate_objfile(), find_pc_section(), and update_section_map().
int objfile_pspace_info::num_sections |
Definition at line 67 of file objfiles.c.
Referenced by find_pc_section().
int objfile_pspace_info::section_map_dirty |
Definition at line 74 of file objfiles.c.
Referenced by find_pc_section(), free_objfile(), objfile_relocate1(), objfiles_changed(), and update_section_map().
struct obj_section** objfile_pspace_info::sections |
Definition at line 66 of file objfiles.c.
Referenced by find_pc_section(), and objfiles_pspace_data_cleanup().