Lines Matching refs:debug_section
42 char* debug_section; member
367 eachDie = stash->debug_section + eachDieInfo.sibling; in parse_functions_in_unit()
480 stash->debug_section = bfd_alloc (abfd, size); in _bfd_dwarf1_find_nearest_line()
482 if (! stash->debug_section) in _bfd_dwarf1_find_nearest_line()
485 if (! bfd_get_section_contents (abfd, msec, stash->debug_section, in _bfd_dwarf1_find_nearest_line()
488 stash->debug_section = 0; in _bfd_dwarf1_find_nearest_line()
492 stash->debug_section_end = stash->debug_section + size; in _bfd_dwarf1_find_nearest_line()
493 stash->currentDie = stash->debug_section; in _bfd_dwarf1_find_nearest_line()
500 if (! stash->debug_section) in _bfd_dwarf1_find_nearest_line()
537 != stash->debug_section + aDieInfo.sibling) in _bfd_dwarf1_find_nearest_line()
550 stash->currentDie = stash->debug_section + aDieInfo.sibling; in _bfd_dwarf1_find_nearest_line()