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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c2348 struct symtab_and_line found_sal;
2361 found_sal = find_pc_sect_line (startaddr, sal.section, 0);
2362 if (found_sal.line != sal.line)
2365 *startptr = found_sal.pc;
2366 *endptr = found_sal.pc;
2370 *startptr = found_sal.pc;
2371 *endptr = found_sal.end;
2341 struct symtab_and_line found_sal; local

Completed in 47 milliseconds