OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_sal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
amd64-tdep.c
2427
struct symtab_and_line start_pc_sal,
next_sal
;
2441
next_sal
= find_pc_sect_line (start_pc_sal.end, NULL, 0);
2442
if (
next_sal
.line != start_pc_sal.line)
2446
if (target_read_code (
next_sal
.pc - 4, buf, sizeof (buf)) != 0)
2484
return
next_sal
.end;
2423
struct symtab_and_line start_pc_sal,
next_sal
;
local
/src/external/gpl3/gdb.old/dist/gdb/
amd64-tdep.c
2439
struct symtab_and_line start_pc_sal,
next_sal
;
2453
next_sal
= find_pc_sect_line (start_pc_sal.end, NULL, 0);
2454
if (
next_sal
.line != start_pc_sal.line)
2458
if (target_read_code (
next_sal
.pc - 4, buf, sizeof (buf)) != 0)
2496
return
next_sal
.end;
2435
struct symtab_and_line start_pc_sal,
next_sal
;
local
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026