OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 123 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026