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

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c48 char* line_section; member in struct:dwarf1_debug
263 if (stash->line_section == 0)
273 stash->line_section = bfd_alloc (stash->abfd, size);
275 if (! stash->line_section)
278 if (! bfd_get_section_contents (stash->abfd, msec, stash->line_section,
281 stash->line_section = 0;
285 stash->line_section_end = stash->line_section + size;
288 xptr = stash->line_section + aUnit->stmt_list_offset;

Completed in 70 milliseconds