Searched refs:dwarf_offset (Results 1 – 2 of 2) sorted by relevance
/system/core/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.cpp | 246 uint64_t dwarf_offset = offset + 0x600; in PutElfInMemory() local 249 memory->SetData32(dwarf_offset, 0xfc); in PutElfInMemory() 250 memory->SetData32(dwarf_offset + 0x4, 0xffffffff); in PutElfInMemory() 251 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() 258 memory->SetData32(dwarf_offset + 0x100, 0xfc); in PutElfInMemory() 259 memory->SetData32(dwarf_offset + 0x104, 0); in PutElfInMemory() [all …]
|
/system/core/libunwindstack/tests/ |
D | JitDebugTest.cpp | 128 uint64_t dwarf_offset = offset + 0x600; in CreateElf() local 131 memory_->SetData32(dwarf_offset, 0xfc); in CreateElf() 132 memory_->SetData32(dwarf_offset + 0x4, 0xffffffff); in CreateElf() 133 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() 140 memory_->SetData32(dwarf_offset + 0x100, 0xfc); in CreateElf() 141 memory_->SetData32(dwarf_offset + 0x104, 0); in CreateElf() [all …]
|