Searched defs:comp_unit (Results 1 – 5 of 5) sorted by relevance
191 struct comp_unit struct194 struct comp_unit *next_unit; argument198 struct comp_unit *prev_unit; argument222 /* Pointer to the current comp_unit so that we can find a given entry argument224 bfd_byte *info_ptr_unit;227 bfd_byte *sec_info_ptr;230 unsigned long line_offset;233 bfd_byte *first_child_die_ptr;236 bfd_byte *end_ptr;239 struct line_info_table *line_table;[all …]
203 struct comp_unit struct206 struct comp_unit *next_unit; argument210 struct comp_unit *prev_unit; argument228 /* Note that an error was found by comp_unit_find_nearest_line. */ argument237 /* Pointer to the current comp_unit so that we can find a given entry argument239 bfd_byte *info_ptr_unit;242 bfd_byte *sec_info_ptr;245 unsigned long line_offset;248 bfd_byte *first_child_die_ptr;251 bfd_byte *end_ptr;[all …]
212 struct comp_unit struct215 struct comp_unit *next_unit; argument219 struct comp_unit *prev_unit; argument237 /* Note that an error was found by comp_unit_find_nearest_line. */ argument246 /* Pointer to the current comp_unit so that we can find a given entry argument248 bfd_byte *info_ptr_unit;251 unsigned long line_offset;254 bfd_byte *first_child_die_ptr;257 bfd_byte *end_ptr;260 struct line_info_table *line_table;[all …]
136 struct comp_unit struct139 bfd *abfd;141 struct objfile *objfile;165 static CORE_ADDR read_encoded_value (struct comp_unit *unit, gdb_byte encoding, argument
11176 output_skeleton_debug_sections (dw_die_ref comp_unit, in output_skeleton_debug_sections()