Searched refs:dwarf_offset (Results 1 – 2 of 2) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | JitDebugTest.cpp | 140 uint64_t dwarf_offset = offset + 0x600; in CreateElf() local 143 memory_->SetData32(dwarf_offset, 0xfc); in CreateElf() 144 memory_->SetData32(dwarf_offset + 0x4, 0xffffffff); in CreateElf() 145 memory_->SetData8(dwarf_offset + 0x8, 1); in CreateElf() 146 memory_->SetData8(dwarf_offset + 0x9, '\0'); in CreateElf() 147 memory_->SetData8(dwarf_offset + 0xa, 0x4); in CreateElf() 148 memory_->SetData8(dwarf_offset + 0xb, 0x4); in CreateElf() 149 memory_->SetData8(dwarf_offset + 0xc, 0x1); in CreateElf() 152 memory_->SetData32(dwarf_offset + 0x100, 0xfc); in CreateElf() 153 memory_->SetData32(dwarf_offset + 0x104, 0); in CreateElf() [all …]
|
/system/unwinding/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.cpp | 289 uint64_t dwarf_offset = offset + 0x600; in PutElfInMemory() local 292 memory->SetData32(dwarf_offset, 0xfc); in PutElfInMemory() 293 memory->SetData32(dwarf_offset + 0x4, 0xffffffff); in PutElfInMemory() 294 memory->SetData8(dwarf_offset + 0x8, 1); in PutElfInMemory() 295 memory->SetData8(dwarf_offset + 0x9, '\0'); in PutElfInMemory() 296 memory->SetData8(dwarf_offset + 0xa, 0x4); in PutElfInMemory() 297 memory->SetData8(dwarf_offset + 0xb, 0x4); in PutElfInMemory() 298 memory->SetData8(dwarf_offset + 0xc, 0x1); in PutElfInMemory() 301 memory->SetData32(dwarf_offset + 0x100, 0xfc); in PutElfInMemory() 302 memory->SetData32(dwarf_offset + 0x104, 0); in PutElfInMemory() [all …]
|