Searched refs:eachFunc (Results 1 – 1 of 1) sorted by relevance
403 struct dwarf1_func* eachFunc; in dwarf1_unit_find_nearest_line() local429 for (eachFunc = aUnit->func_list; in dwarf1_unit_find_nearest_line()430 eachFunc; in dwarf1_unit_find_nearest_line()431 eachFunc = eachFunc->prev) in dwarf1_unit_find_nearest_line()433 if (eachFunc->low_pc <= addr in dwarf1_unit_find_nearest_line()434 && addr < eachFunc->high_pc) in dwarf1_unit_find_nearest_line()436 *functionname_ptr = eachFunc->name; in dwarf1_unit_find_nearest_line()