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.cc565 std::stack<uint64_t> die_stack; in ProcessDIEs() local
579 if (die_stack.size() == 0) in ProcessDIEs()
582 const uint64_t offset = die_stack.top(); in ProcessDIEs()
583 die_stack.pop(); in ProcessDIEs()
597 die_stack.push(absolute_offset); in ProcessDIEs()