#include <eh-frame.h>
|
| static uint32_t | DecodeULeb128 (const uint8_t *encoded, int *encoded_size) |
| |
| static int32_t | DecodeSLeb128 (const uint8_t *encoded, int *encoded_size) |
| |
Definition at line 213 of file eh-frame.h.
◆ EhFrameIterator()
| v8::internal::EhFrameIterator::EhFrameIterator |
( |
const uint8_t * | start, |
|
|
const uint8_t * | end ) |
|
inline |
◆ current_address()
| const void * v8::internal::EhFrameIterator::current_address |
( |
| ) |
const |
|
inline |
◆ DecodeSLeb128()
| int32_t v8::internal::EhFrameIterator::DecodeSLeb128 |
( |
const uint8_t * | encoded, |
|
|
int * | encoded_size ) |
|
staticprivate |
◆ DecodeULeb128()
| uint32_t v8::internal::EhFrameIterator::DecodeULeb128 |
( |
const uint8_t * | encoded, |
|
|
int * | encoded_size ) |
|
staticprivate |
◆ Done()
| bool v8::internal::EhFrameIterator::Done |
( |
| ) |
const |
|
inline |
◆ GetBufferSize()
| int v8::internal::EhFrameIterator::GetBufferSize |
( |
| ) |
|
|
inline |
◆ GetCurrentOffset()
| int v8::internal::EhFrameIterator::GetCurrentOffset |
( |
| ) |
const |
|
inline |
◆ GetNextByte()
| uint8_t v8::internal::EhFrameIterator::GetNextByte |
( |
| ) |
|
|
inline |
◆ GetNextOpcode()
◆ GetNextSLeb128()
| int32_t v8::internal::EhFrameIterator::GetNextSLeb128 |
( |
| ) |
|
◆ GetNextUInt16()
| uint16_t v8::internal::EhFrameIterator::GetNextUInt16 |
( |
| ) |
|
|
inline |
◆ GetNextUInt32()
| uint32_t v8::internal::EhFrameIterator::GetNextUInt32 |
( |
| ) |
|
|
inline |
◆ GetNextULeb128()
| uint32_t v8::internal::EhFrameIterator::GetNextULeb128 |
( |
| ) |
|
◆ GetNextValue()
| T v8::internal::EhFrameIterator::GetNextValue |
( |
| ) |
|
|
inlineprivate |
◆ Skip()
| void v8::internal::EhFrameIterator::Skip |
( |
int | how_many | ) |
|
|
inline |
◆ SkipCie()
| void v8::internal::EhFrameIterator::SkipCie |
( |
| ) |
|
|
inline |
◆ SkipToFdeDirectives()
| void v8::internal::EhFrameIterator::SkipToFdeDirectives |
( |
| ) |
|
|
inline |
◆ end_
| const uint8_t* v8::internal::EhFrameIterator::end_ |
|
private |
◆ kDirectivesOffsetInFde
| const int v8::internal::EhFrameIterator::kDirectivesOffsetInFde = 4 * kInt32Size + 1 |
|
staticprivate |
◆ next_
| const uint8_t* v8::internal::EhFrameIterator::next_ |
|
private |
◆ start_
| const uint8_t* v8::internal::EhFrameIterator::start_ |
|
private |
The documentation for this class was generated from the following files: