Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf1.c461 struct dwarf1_unit* eachUnit; in _bfd_dwarf1_find_nearest_line() local
510 for (eachUnit = stash->lastUnit; eachUnit; eachUnit = eachUnit->prev) in _bfd_dwarf1_find_nearest_line()
511 if (eachUnit->low_pc <= addr && addr < eachUnit->high_pc) in _bfd_dwarf1_find_nearest_line()
512 return dwarf1_unit_find_nearest_line (stash, eachUnit, addr, in _bfd_dwarf1_find_nearest_line()