Searched refs:dwarf1_unit (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c38 struct dwarf1_unit* lastUnit;
57 /* One dwarf1_unit for each parsed compilation unit die. */
59 struct dwarf1_unit struct
62 struct dwarf1_unit* prev;
134 /* Return a newly allocated dwarf1_unit. It should be cleared and
137 static struct dwarf1_unit*
140 bfd_size_type amt = sizeof (struct dwarf1_unit);
142 struct dwarf1_unit* x = bfd_zalloc (stash->abfd, amt);
153 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit)
258 parse_line_table (struct dwarf1_debug* stash, struct dwarf1_unit* aUni
[all...]

Completed in 159 milliseconds