OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_pc_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;
2434
start_pc_sal
= find_pc_sect_line (start_pc, NULL, 0);
2435
if (
start_pc_sal
.symtab == NULL
2436
|| producer_is_gcc_ge_4 (
start_pc_sal
.symtab->compunit ()
2438
||
start_pc_sal
.pc != start_pc || pc >=
start_pc_sal
.end)
2441
next_sal = find_pc_sect_line (
start_pc_sal
.end, NULL, 0);
2442
if (next_sal.line !=
start_pc_sal
.line)
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;
2446
start_pc_sal
= find_pc_sect_line (start_pc, NULL, 0);
2447
if (
start_pc_sal
.symtab == NULL
2448
|| producer_is_gcc_ge_4 (
start_pc_sal
.symtab->compunit ()
2450
||
start_pc_sal
.pc != start_pc || pc >=
start_pc_sal
.end)
2453
next_sal = find_pc_sect_line (
start_pc_sal
.end, NULL, 0);
2454
if (next_sal.line !=
start_pc_sal
.line)
2435
struct symtab_and_line
start_pc_sal
, next_sal;
local
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026