Searched refs:die_stack (Results 1 – 1 of 1) sorted by relevance
479 std::stack<uint64> die_stack; in ProcessDIEs() local493 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()