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_die_offset
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/src/
Dwarf.cc
444
uint64_t
next_die_offset
= 0;
local
448
next_die_offset
= next_die;
449
if (
next_die_offset
<= debug_infoSec->offset)
453
next_die_offset
= 0;
455
else if (debug_infoSec->size >
next_die_offset
)
456
debug_infoSec->size =
next_die_offset
;
596
if (
next_die_offset
!= 0)
597
debug_infoSec->offset =
next_die_offset
;
781
uint64_t
next_die_offset
= 0;
local
785
next_die_offset
= next_die
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/src/
Dwarf.cc
444
uint64_t
next_die_offset
= 0;
local
448
next_die_offset
= next_die;
449
if (
next_die_offset
<= debug_infoSec->offset)
453
next_die_offset
= 0;
455
else if (debug_infoSec->size >
next_die_offset
)
456
debug_infoSec->size =
next_die_offset
;
596
if (
next_die_offset
!= 0)
597
debug_infoSec->offset =
next_die_offset
;
781
uint64_t
next_die_offset
= 0;
local
785
next_die_offset
= next_die
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
3477
static unsigned long
next_die_offset
;
9733
DIE's children recursively. Updates the global variable
next_die_offset
, on
9734
each time through. Uses the current value of
next_die_offset
to update the
9743
|| (unsigned long int) die->die_offset ==
next_die_offset
);
9744
die->die_offset =
next_die_offset
;
9745
next_die_offset
+= size_of_die (die);
9751
next_die_offset
+= 1;
11230
next_die_offset
- DWARF_INITIAL_LENGTH_SIZE,
11291
next_die_offset
= (dwo_id
11500
next_die_offset
= DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE
3472
static unsigned long
next_die_offset
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
3479
static unsigned long
next_die_offset
;
9691
DIE's children recursively. Updates the global variable
next_die_offset
, on
9692
each time through. Uses the current value of
next_die_offset
to update the
9701
|| (unsigned long int) die->die_offset ==
next_die_offset
);
9702
die->die_offset =
next_die_offset
;
9703
next_die_offset
+= size_of_die (die);
9709
next_die_offset
+= 1;
11188
next_die_offset
- DWARF_INITIAL_LENGTH_SIZE,
11249
next_die_offset
= (dwo_id
11458
next_die_offset
= DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE
3474
static unsigned long
next_die_offset
;
variable
[
all
...]
Completed in 49 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026