Searched refs:aUnit (Results 1 – 1 of 1) sorted by relevance
159 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) in alloc_dwarf1_func() argument166 x->prev = aUnit->func_list; in alloc_dwarf1_func()167 aUnit->func_list = x; in alloc_dwarf1_func()267 parse_line_table (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) in parse_line_table() argument292 xptr = stash->line_section + aUnit->stmt_list_offset; in parse_line_table()310 aUnit->line_count = (tblend - xptr) / 10; in parse_line_table()313 amt = sizeof (struct linenumber) * aUnit->line_count; in parse_line_table()314 aUnit->linenumber_table = (struct linenumber *) bfd_alloc (stash->abfd, in parse_line_table()316 if (!aUnit->linenumber_table) in parse_line_table()319 for (eachLine = 0; eachLine < aUnit->line_count; eachLine++) in parse_line_table()[all …]