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

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c87 struct dwarf1_func* func_list;
90 /* One dwarf1_func for each parsed function die. */
92 struct dwarf1_func struct
95 struct dwarf1_func* prev;
149 /* Return a newly allocated dwarf1_func. It must be cleared and
152 static struct dwarf1_func *
155 bfd_size_type amt = sizeof (struct dwarf1_func);
157 struct dwarf1_func* x = bfd_zalloc (stash->abfd, amt);
358 struct dwarf1_func* aFunc = alloc_dwarf1_func (stash,aUnit);
394 struct dwarf1_func* eachFun
[all...]

Completed in 62 milliseconds