Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Ddwarf1.c476 struct dwarf1_unit* eachUnit; local
531 for (eachUnit = stash->lastUnit; eachUnit; eachUnit = eachUnit->prev)
533 if (eachUnit->low_pc <= addr && addr < eachUnit->high_pc)
534 return dwarf1_unit_find_nearest_line (stash, eachUnit, addr,
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Ddwarf1.c452 struct dwarf1_unit* eachUnit; in _bfd_dwarf1_find_nearest_line() local
505 for (eachUnit = stash->lastUnit; eachUnit; eachUnit = eachUnit->prev) in _bfd_dwarf1_find_nearest_line()
506 if (eachUnit->low_pc <= addr && addr < eachUnit->high_pc) in _bfd_dwarf1_find_nearest_line()
507 return dwarf1_unit_find_nearest_line (stash, eachUnit, addr, in _bfd_dwarf1_find_nearest_line()