Lines Matching refs:dwarf_offset

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()
303 memory->SetData32(dwarf_offset + 0x108, pc); in PutElfInMemory()
304 memory->SetData32(dwarf_offset + 0x10c, size); in PutElfInMemory()
307 memory->SetData32(dwarf_offset, 0xffffffff); in PutElfInMemory()
308 memory->SetData64(dwarf_offset + 4, 0xf4); in PutElfInMemory()
309 memory->SetData64(dwarf_offset + 0xc, 0xffffffffffffffffULL); in PutElfInMemory()
310 memory->SetData8(dwarf_offset + 0x14, 1); in PutElfInMemory()
311 memory->SetData8(dwarf_offset + 0x15, '\0'); in PutElfInMemory()
312 memory->SetData8(dwarf_offset + 0x16, 0x4); in PutElfInMemory()
313 memory->SetData8(dwarf_offset + 0x17, 0x4); in PutElfInMemory()
314 memory->SetData8(dwarf_offset + 0x18, 0x1); in PutElfInMemory()
317 memory->SetData32(dwarf_offset + 0x100, 0xffffffff); in PutElfInMemory()
318 memory->SetData64(dwarf_offset + 0x104, 0xf4); in PutElfInMemory()
319 memory->SetData64(dwarf_offset + 0x10c, 0); in PutElfInMemory()
320 memory->SetData64(dwarf_offset + 0x114, pc); in PutElfInMemory()
321 memory->SetData64(dwarf_offset + 0x11c, size); in PutElfInMemory()