OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_sal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
symtab.c
3419
struct symtab_and_line
current_sal
= find_pc_line (pc, 0);
3421
if (
current_sal
.line == 0)
3424
struct symtab_and_line prev_sal = find_pc_line (
current_sal
.pc - 1, 0);
3428
if (!sal_line_symtab_matches_p (prev_sal,
current_sal
))
3429
return
current_sal
.pc;
3442
if (!sal_line_symtab_matches_p (prev_sal,
current_sal
))
3413
struct symtab_and_line
current_sal
= find_pc_line (pc, 0);
local
/src/external/gpl3/gdb.old/dist/gdb/
symtab.c
3376
struct symtab_and_line
current_sal
= find_pc_line (pc, 0);
3378
if (
current_sal
.line == 0)
3381
struct symtab_and_line prev_sal = find_pc_line (
current_sal
.pc - 1, 0);
3385
if (!sal_line_symtab_matches_p (prev_sal,
current_sal
))
3386
return
current_sal
.pc;
3399
if (!sal_line_symtab_matches_p (prev_sal,
current_sal
))
3370
struct symtab_and_line
current_sal
= find_pc_line (pc, 0);
local
Completed in 21 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026