Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp251 memory->SetData8(dwarf_offset + 0x8, 1); in PutElfInMemory()
252 memory->SetData8(dwarf_offset + 0x9, '\0'); in PutElfInMemory()
253 memory->SetData8(dwarf_offset + 0xa, 0x4); in PutElfInMemory()
254 memory->SetData8(dwarf_offset + 0xb, 0x4); in PutElfInMemory()
255 memory->SetData8(dwarf_offset + 0xc, 0x1); in PutElfInMemory()
267 memory->SetData8(dwarf_offset + 0x14, 1); in PutElfInMemory()
268 memory->SetData8(dwarf_offset + 0x15, '\0'); in PutElfInMemory()
269 memory->SetData8(dwarf_offset + 0x16, 0x4); in PutElfInMemory()
270 memory->SetData8(dwarf_offset + 0x17, 0x4); in PutElfInMemory()
271 memory->SetData8(dwarf_offset + 0x18, 0x1); in PutElfInMemory()
/system/core/libunwindstack/tests/
DJitDebugTest.cpp133 memory_->SetData8(dwarf_offset + 0x8, 1); in CreateElf()
134 memory_->SetData8(dwarf_offset + 0x9, '\0'); in CreateElf()
135 memory_->SetData8(dwarf_offset + 0xa, 0x4); in CreateElf()
136 memory_->SetData8(dwarf_offset + 0xb, 0x4); in CreateElf()
137 memory_->SetData8(dwarf_offset + 0xc, 0x1); in CreateElf()
149 memory_->SetData8(dwarf_offset + 0x14, 1); in CreateElf()
150 memory_->SetData8(dwarf_offset + 0x15, '\0'); in CreateElf()
151 memory_->SetData8(dwarf_offset + 0x16, 0x4); in CreateElf()
152 memory_->SetData8(dwarf_offset + 0x17, 0x4); in CreateElf()
153 memory_->SetData8(dwarf_offset + 0x18, 0x1); in CreateElf()
DMemoryFake.h41 void SetData8(uint64_t addr, uint8_t value) { in SetData8() function
DDwarfEhFrameWithHdrTest.cpp89 this->memory_.SetData8(0x1003, 0x1); in TYPED_TEST_P()
93 this->memory_.SetData8(0x1003, DW_EH_PE_sdata4); in TYPED_TEST_P()
102 this->memory_.SetData8(0x1000, 0); in TYPED_TEST_P()
105 this->memory_.SetData8(0x1000, 2); in TYPED_TEST_P()
DMemoryTest.cpp91 memory.SetData8(name.size(), '\0'); in TEST()
DDwarfMemoryTest.cpp88 memory_.SetData8(0, static_cast<uint8_t>(-10)); in TEST_F()
89 memory_.SetData8(1, 200); in TEST_F()
325 memory_.SetData8(0, 0xe0); in ReadEncodedValue_data1()