Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/bfd/
H A Ddwarf2.c191 struct comp_unit struct
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;
236 bfd_byte *end_ptr;
251 int version;
254 unsigned char addr_size;
257 unsigned char offset_size;
261 bfd_vma base_address;
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Ddwarf2.c203 struct comp_unit struct
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;
251 bfd_byte *end_ptr;
266 int version;
269 unsigned char addr_size;
272 unsigned char offset_size;
276 bfd_vma base_address;
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
H A Ddwarf2.c212 struct comp_unit struct
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;
257 bfd_byte *end_ptr;
275 struct dwarf2_debug *stash;
279 int version;
282 unsigned char addr_size;
285 unsigned char offset_size;
289 bfd_vma base_address;
[all …]
/dragonfly/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
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c11176 output_skeleton_debug_sections (dw_die_ref comp_unit, in output_skeleton_debug_sections()