HomeSort by: relevance | last modified time | path
    Searched defs:found_sal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
symtab.c 3629 struct symtab_and_line found_sal;
3642 found_sal = find_pc_sect_line (startaddr, sal.section, 0);
3643 if (found_sal.line != sal.line)
3646 *startptr = found_sal.pc;
3647 *endptr = found_sal.pc;
3651 *startptr = found_sal.pc;
3652 *endptr = found_sal.end;
3621 struct symtab_and_line found_sal; local
  /src/external/gpl3/gdb.old/dist/gdb/
symtab.c 3597 struct symtab_and_line found_sal;
3610 found_sal = find_pc_sect_line (startaddr, sal.section, 0);
3611 if (found_sal.line != sal.line)
3614 *startptr = found_sal.pc;
3615 *endptr = found_sal.pc;
3619 *startptr = found_sal.pc;
3620 *endptr = found_sal.end;
3589 struct symtab_and_line found_sal; local

Completed in 37 milliseconds