Home
last modified time | relevance | path

Searched refs:eh_frame_iterator (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Deh-frame.cc486 EhFrameIterator eh_frame_iterator(start, end); in DumpDwarfDirectives() local
489 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 …]