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

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c452 struct dwarf1_unit* eachUnit; local
505 for (eachUnit = stash->lastUnit; eachUnit; eachUnit = eachUnit->prev)
506 if (eachUnit->low_pc <= addr && addr < eachUnit->high_pc)
507 return dwarf1_unit_find_nearest_line (stash, eachUnit, addr,

Completed in 67 milliseconds