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

/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c1527 int have_lowpc; /* Whether a low PC value was found. */ member in struct:pcrange
1550 pcrange->have_lowpc = 1;
1555 pcrange->have_lowpc = 1;
1908 if (pcrange->have_lowpc && pcrange->have_highpc)
2060 || (pcrange.have_lowpc && pcrange.have_highpc)))
3365 || (pcrange.have_lowpc && pcrange.have_highpc))
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c1534 int have_lowpc; /* Whether a low PC value was found. */ member in struct:pcrange
1557 pcrange->have_lowpc = 1;
1562 pcrange->have_lowpc = 1;
1915 if (pcrange->have_lowpc && pcrange->have_highpc)
2075 || (pcrange.have_lowpc && pcrange.have_highpc)))
3396 || (pcrange.have_lowpc && pcrange.have_highpc))
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Ddwarf.c1534 int have_lowpc; /* Whether a low PC value was found. */ member in struct:pcrange
1557 pcrange->have_lowpc = 1;
1562 pcrange->have_lowpc = 1;
1915 if (pcrange->have_lowpc && pcrange->have_highpc)
2067 || (pcrange.have_lowpc && pcrange.have_highpc)))
3384 || (pcrange.have_lowpc && pcrange.have_highpc))

Completed in 210 milliseconds