Home
last modified time | relevance | path

Searched refs:die_stack (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc479 std::stack<uint64> die_stack; in ProcessDIEs() local
493 if (die_stack.size() == 0) in ProcessDIEs()
496 const uint64 offset = die_stack.top(); in ProcessDIEs()
497 die_stack.pop(); in ProcessDIEs()
511 die_stack.push(absolute_offset); in ProcessDIEs()