Searched refs:ReadULEB128 (Results 1 - 5 of 5) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
H A DDwarfMemory.h37 bool ReadULEB128(uint64_t* value);
/system/core/libunwindstack/
H A DDwarfMemory.cpp47 bool DwarfMemory::ReadULEB128(uint64_t* value) { function in class:unwindstack::DwarfMemory
177 if (!ReadULEB128(value)) {
H A DDwarfSection.cpp332 if (!memory_.ReadULEB128(&cie->code_alignment_factor)) {
351 } else if (!memory_.ReadULEB128(&cie->return_address_register)) {
362 if (!memory_.ReadULEB128(&aug_length)) {
491 if (!memory_.ReadULEB128(&aug_length)) {
H A DDwarfCfa.cpp68 if (!memory_->ReadULEB128(&offset)) {
104 if (!memory_->ReadULEB128(&block_length)) {
167 if (!memory_->ReadULEB128(&offset)) {
202 if (!memory_->ReadULEB128(&end_offset)) {
/system/core/libunwindstack/tests/
H A DDwarfMemoryTest.cpp119 TEST_F(DwarfMemoryTest, ReadULEB128) {
123 ASSERT_TRUE(dwarf_mem_->ReadULEB128(&value));
127 ASSERT_TRUE(dwarf_mem_->ReadULEB128(&value));
131 ASSERT_TRUE(dwarf_mem_->ReadULEB128(&value));

Completed in 61 milliseconds