Lines Matching refs:die_handlers_
44 while (!die_handlers_.empty()) { in ~DIEDispatcher()
45 HandlerStack &entry = die_handlers_.top(); in ~DIEDispatcher()
48 die_handlers_.pop(); in ~DIEDispatcher()
62 HandlerStack *parent = die_handlers_.empty() ? NULL : &die_handlers_.top(); in StartDIE()
109 die_handlers_.push(entry); in StartDIE()
116 assert(!die_handlers_.empty()); in EndDIE()
117 HandlerStack *entry = &die_handlers_.top(); in EndDIE()
134 die_handlers_.pop(); in EndDIE()
141 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeUnsigned()
151 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeSigned()
161 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeReference()
172 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeBuffer()
182 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeString()
192 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeSignature()