Home
last modified time | relevance | path

Searched refs:eachUnit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf1.c492 struct dwarf1_unit* eachUnit; in _bfd_dwarf1_find_nearest_line() local
541 for (eachUnit = stash->lastUnit; eachUnit; eachUnit = eachUnit->prev) in _bfd_dwarf1_find_nearest_line()
542 if (eachUnit->low_pc <= addr && addr < eachUnit->high_pc) in _bfd_dwarf1_find_nearest_line()
543 return dwarf1_unit_find_nearest_line (stash, eachUnit, addr, in _bfd_dwarf1_find_nearest_line()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Ddwarf1.c492 struct dwarf1_unit* eachUnit; in _bfd_dwarf1_find_nearest_line() local
542 for (eachUnit = stash->lastUnit; eachUnit; eachUnit = eachUnit->prev) in _bfd_dwarf1_find_nearest_line()
543 if (eachUnit->low_pc <= addr && addr < eachUnit->high_pc) in _bfd_dwarf1_find_nearest_line()
544 return dwarf1_unit_find_nearest_line (stash, eachUnit, addr, in _bfd_dwarf1_find_nearest_line()