Searched refs:eh_frame_iterator (Results 1 – 1 of 1) sorted by relevance
473 EhFrameIterator eh_frame_iterator(start, end); in DumpDwarfDirectives() local476 while (!eh_frame_iterator.Done()) { in DumpDwarfDirectives()477 stream << eh_frame_iterator.current_address() << " "; in DumpDwarfDirectives()479 byte bytecode = eh_frame_iterator.GetNextByte(); in DumpDwarfDirectives()493 int32_t decoded_offset = eh_frame_iterator.GetNextULeb128(); in DumpDwarfDirectives()513 << DwarfRegisterCodeToString(eh_frame_iterator.GetNextULeb128()); in DumpDwarfDirectives()514 int32_t decoded_offset = eh_frame_iterator.GetNextSLeb128(); in DumpDwarfDirectives()521 int value = eh_frame_iterator.GetNextByte() * in DumpDwarfDirectives()529 int value = eh_frame_iterator.GetNextUInt16() * in DumpDwarfDirectives()537 int value = eh_frame_iterator.GetNextUInt32() * in DumpDwarfDirectives()[all …]