Searched refs:dwarf_offset (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/unwinding/libunwindstack/tests/fuzz/ |
H A D | UnwinderComponentCreator.cpp | 289 uint64_t dwarf_offset = offset + 0x600; in PutElfInMemory() local 292 memory->SetData32(dwarf_offset, 0xfc); 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() 302 memory->SetData32(dwarf_offset + 0x104, 0); in PutElfInMemory() 308 memory->SetData64(dwarf_offset + 4, 0xf4); in PutElfInMemory() 310 memory->SetData8(dwarf_offset + 0x14, 1); in PutElfInMemory() [all …]
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | JitDebugTest.cpp | 140 uint64_t dwarf_offset = offset + 0x600; in CreateElf() local 143 memory_->SetData32(dwarf_offset, 0xfc); 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() 153 memory_->SetData32(dwarf_offset + 0x104, 0); in CreateElf() 159 memory_->SetData64(dwarf_offset + 4, 0xf4); in CreateElf() 161 memory_->SetData8(dwarf_offset + 0x14, 1); in CreateElf() [all …]
|