Home
last modified time | relevance | path

Searched refs:memory_offset (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/debug/src/transform/
H A Dutils.rs73 match module_info.memory_offset { in add_internal_types()
74 ModuleMemoryOffset::Defined(memory_offset) => { in add_internal_types()
80 write::AttributeValue::Data4(memory_offset + MEMORY_FIELD_SIZE_PLUS_PADDING), in add_internal_types()
91 … gimli::DW_AT_data_member_location = write::AttributeValue::Udata(memory_offset as u64) in add_internal_types()
179 memory_offset: module_info.memory_offset.clone(), in get_function_frame_info()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_image_shared_memory.cc41 size_t memory_offset = offset % base::SysInfo::VMAllocationGranularity(); in Initialize() local
45 checked_size += memory_offset; in Initialize()
57 static_cast<uint8_t*>(shared_memory_mapping.memory()) + memory_offset, in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_image_shared_memory.cc41 size_t memory_offset = offset % base::SysInfo::VMAllocationGranularity(); in Initialize() local
45 checked_size += memory_offset; in Initialize()
57 static_cast<uint8_t*>(shared_memory_mapping.memory()) + memory_offset, in Initialize()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/ldr/
H A Dldr.cpp73 u32_le memory_offset; member
385 const VAddr text_start{start + nro_header.segment_headers[TEXT_INDEX].memory_offset}; in LoadNro()
386 const VAddr ro_start{start + nro_header.segment_headers[RO_INDEX].memory_offset}; in LoadNro()
387 const VAddr data_start{start + nro_header.segment_headers[DATA_INDEX].memory_offset}; in LoadNro()
397 CopyCode(nro_addr + nro_header.segment_headers[TEXT_INDEX].memory_offset, text_start, in LoadNro()
399 CopyCode(nro_addr + nro_header.segment_headers[RO_INDEX].memory_offset, ro_start, in LoadNro()
622 header.segment_headers[RO_INDEX].memory_offset == in IsValidNRO()
623 header.segment_headers[TEXT_INDEX].memory_offset + in IsValidNRO()
626 header.segment_headers[DATA_INDEX].memory_offset == in IsValidNRO()
627 header.segment_headers[RO_INDEX].memory_offset + in IsValidNRO()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dshared_memory_region_wrapper.cc82 size_t memory_offset = handle.offset % allocation_granularity; in Initialize() local
88 checked_size += memory_offset; in Initialize()
102 offset_ = memory_offset; in Initialize()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dlpc-rtc.h14 …ce(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space…
17 …ce(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space…
H A Dpci.cpp300 …ce(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space… in map_device() argument
325 start += memory_offset; in map_device()
341 map_extra(memory_window_start, memory_window_end, memory_offset, memory_space, in map_device()
346 uint32_t start = (expansion_rom_base & ~1) + memory_offset; in map_device()
354 …ra(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space… in map_extra() argument
550 …ce(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space… in map_device() argument
558 all_devices[i]->map_device(memory_window_start, memory_window_end, memory_offset, memory_space, in map_device()
563 all_devices[i]->map_device(memory_window_start, memory_window_end, memory_offset, memory_space, in map_device()
566 map_extra(memory_window_start, memory_window_end, memory_offset, memory_space, in map_device()
863 memory_window_start = memory_window_end = memory_offset = 0; in device_start()
[all …]
H A Dlpc-rtc.cpp25 …ce(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space… in map_device() argument
31 …ce(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space… in map_extdevice() argument
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dlpc-rtc.h14 …ce(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space…
17 …ce(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space…
H A Dpci.cpp300 …ce(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space… in map_device() argument
325 start += memory_offset; in map_device()
341 map_extra(memory_window_start, memory_window_end, memory_offset, memory_space, in map_device()
346 uint32_t start = (expansion_rom_base & ~1) + memory_offset; in map_device()
354 …ra(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space… in map_extra() argument
550 …ce(uint64_t memory_window_start, uint64_t memory_window_end, uint64_t memory_offset, address_space… in map_device() argument
558 all_devices[i]->map_device(memory_window_start, memory_window_end, memory_offset, memory_space, in map_device()
563 all_devices[i]->map_device(memory_window_start, memory_window_end, memory_offset, memory_space, in map_device()
566 map_extra(memory_window_start, memory_window_end, memory_offset, memory_space, in map_device()
863 memory_window_start = memory_window_end = memory_offset = 0; in device_start()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/samples/nitro_enclaves/
H A Dne_ioctl_sample.c343 image_load_info.memory_offset); in ne_load_enclave_image()
360 temp_image_offset = image_load_info.memory_offset; in ne_load_enclave_image()
364 size_t memory_offset = 0; in ne_load_enclave_image() local
374 memory_offset = temp_image_offset; in ne_load_enclave_image()
383 memcpy(userspace_addr + memory_offset, in ne_load_enclave_image()
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/nitro_enclaves/
H A Dne_ioctl_sample.c343 image_load_info.memory_offset); in ne_load_enclave_image()
360 temp_image_offset = image_load_info.memory_offset; in ne_load_enclave_image()
364 size_t memory_offset = 0; in ne_load_enclave_image() local
374 memory_offset = temp_image_offset; in ne_load_enclave_image()
383 memcpy(userspace_addr + memory_offset, in ne_load_enclave_image()
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/nitro_enclaves/
H A Dne_ioctl_sample.c343 image_load_info.memory_offset); in ne_load_enclave_image()
360 temp_image_offset = image_load_info.memory_offset; in ne_load_enclave_image()
364 size_t memory_offset = 0; in ne_load_enclave_image() local
374 memory_offset = temp_image_offset; in ne_load_enclave_image()
383 memcpy(userspace_addr + memory_offset, in ne_load_enclave_image()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/processor/
H A Dexploitability_win.cc207 uint32_t memory_offset = in CheckPlatformExploitability() local
210 instruction_region->GetSize() - memory_offset; in CheckPlatformExploitability()
215 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dtilemap.h106 void (*tile_get_info)( int memory_offset );
167 void (*tile_get_info)( int memory_offset ),
185 void tilemap_mark_tile_dirty( struct tilemap *tilemap, int memory_offset );
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/processor/
H A Dexploitability_win.cc211 uint32_t memory_offset = in CheckPlatformExploitability() local
214 instruction_region->GetSize() - memory_offset; in CheckPlatformExploitability()
219 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dexploitability_win.cc207 uint32_t memory_offset = in CheckPlatformExploitability() local
210 instruction_region->GetSize() - memory_offset; in CheckPlatformExploitability()
215 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dexploitability_win.cc207 uint32_t memory_offset = in CheckPlatformExploitability() local
210 instruction_region->GetSize() - memory_offset; in CheckPlatformExploitability()
215 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/processor/
H A Dexploitability_win.cc207 uint32_t memory_offset = in CheckPlatformExploitability() local
210 instruction_region->GetSize() - memory_offset; in CheckPlatformExploitability()
215 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dexploitability_win.cc207 uint32_t memory_offset = in CheckPlatformExploitability() local
210 instruction_region->GetSize() - memory_offset; in CheckPlatformExploitability()
215 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dexploitability_win.cc207 uint32_t memory_offset = in CheckPlatformExploitability() local
210 instruction_region->GetSize() - memory_offset; in CheckPlatformExploitability()
215 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/processor/
H A Dexploitability_win.cc207 uint32_t memory_offset = in CheckPlatformExploitability() local
210 instruction_region->GetSize() - memory_offset; in CheckPlatformExploitability()
215 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dexploitability_win.cc207 uint32_t memory_offset = in CheckPlatformExploitability() local
210 instruction_region->GetSize() - memory_offset; in CheckPlatformExploitability()
215 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/targets/avida-viewer/
H A DcZoomScreen.cc35 memory_offset = 0; in cZoomScreen()
592 memory_offset = 0; in UpdateCPU()
1044 memory_offset = 0; in EditMemory()
1442 memory_offset=0; in DoInput()
1451 memory_offset = 0; in DoInput()
1491 memory_offset = 0; in DoInputCPU()
1496 memory_offset++; in DoInputCPU()
1507 memory_offset = 0; in DoInputCPU()
1512 memory_offset--; in DoInputCPU()
1522 memory_offset = 0; in DoInputCPU()
[all …]
H A DcZoomScreen.h73 int memory_offset; variable
127 void AdvanceUpdate() { memory_offset = 0; } in AdvanceUpdate()

12345678910