OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:die_stack
(Results
1 - 1
of
1
) sorted by null
/external/google-breakpad/src/common/dwarf/
dwarf2reader.cc
479
std::stack<uint64>
die_stack
;
local
493
if (
die_stack
.size() == 0)
496
const uint64 offset =
die_stack
.top();
497
die_stack
.pop();
511
die_stack
.push(absolute_offset);
[
all
...]
Completed in 55 milliseconds