Searched refs:eh_frame_iterator (Results 1 – 1 of 1) sorted by relevance
486 EhFrameIterator eh_frame_iterator(start, end); in DumpDwarfDirectives() local489 while (!eh_frame_iterator.Done()) { in DumpDwarfDirectives()490 stream << eh_frame_iterator.current_address() << " "; in DumpDwarfDirectives()492 byte bytecode = eh_frame_iterator.GetNextByte(); in DumpDwarfDirectives()506 int32_t decoded_offset = eh_frame_iterator.GetNextULeb128(); in DumpDwarfDirectives()528 << DwarfRegisterCodeToString(eh_frame_iterator.GetNextULeb128()); in DumpDwarfDirectives()529 int32_t decoded_offset = eh_frame_iterator.GetNextSLeb128(); in DumpDwarfDirectives()536 int value = eh_frame_iterator.GetNextByte() * in DumpDwarfDirectives()544 int value = eh_frame_iterator.GetNextUInt16() * in DumpDwarfDirectives()552 int value = eh_frame_iterator.GetNextUInt32() * in DumpDwarfDirectives()[all …]