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