Searched refs:line_pc (Results 1 – 1 of 1) sorted by relevance
430 Dwarf_Addr line_pc = 0; in GetSrcFileAndLine() local431 dwarf_lineaddr(line, &line_pc, nullptr); in GetSrcFileAndLine()432 if (pc == line_pc) { in GetSrcFileAndLine()435 } else if (prev_line != nullptr && prev_line_pc < pc && pc < line_pc) { in GetSrcFileAndLine()444 prev_line_pc = line_pc; in GetSrcFileAndLine()455 Dwarf_Addr line_pc = 0; in GetLastLineWithPc() local458 dwarf_lineaddr(*next, &line_pc, nullptr); in GetLastLineWithPc()459 if (pc != line_pc) { in GetLastLineWithPc()