Home
last modified time | relevance | path

Searched defs:comp_unit (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/bfd/
H A Ddwarf2.c191 struct comp_unit struct
194 struct comp_unit *next_unit; argument
198 struct comp_unit *prev_unit; argument
222 /* Pointer to the current comp_unit so that we can find a given entry argument
224 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 …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Ddwarf2.c203 struct comp_unit struct
206 struct comp_unit *next_unit; argument
210 struct comp_unit *prev_unit; argument
228 /* Note that an error was found by comp_unit_find_nearest_line. */ argument
237 /* Pointer to the current comp_unit so that we can find a given entry argument
239 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 …]
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Ddwarf2.c212 struct comp_unit struct
215 struct comp_unit *next_unit; argument
219 struct comp_unit *prev_unit; argument
237 /* Note that an error was found by comp_unit_find_nearest_line. */ argument
246 /* Pointer to the current comp_unit so that we can find a given entry argument
248 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 …]
/dflybsd-src/contrib/gdb-7/gdb/
H A Ddwarf2-frame.c136 struct comp_unit struct
139 bfd *abfd;
141 struct objfile *objfile;
165 static CORE_ADDR read_encoded_value (struct comp_unit *unit, gdb_byte encoding, argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c11176 output_skeleton_debug_sections (dw_die_ref comp_unit, in output_skeleton_debug_sections()