Home
last modified time | relevance | path

Searched refs:virtual_address (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/common/linux/
Delf_core_dump.cc149 bool ElfCoreDump::CopyData(void* buffer, Addr virtual_address, size_t length) { in CopyData() argument
155 size_t offset_in_segment = virtual_address - program->p_vaddr; in CopyData()
156 if (virtual_address >= program->p_vaddr && in CopyData()
Delf_core_dump.h136 bool CopyData(void* buffer, Addr virtual_address, size_t length);
/external/autotest/client/site_tests/hardware_UnsafeMemory/src/rowhammer-test-4d619293e1c7/
Drowhammer_test.cc61 uint64_t get_physical_address(uint64_t virtual_address) { in get_physical_address() argument
65 off_t pos = lseek(fd, (virtual_address / 0x1000) * 8, SEEK_SET); in get_physical_address()
73 (virtual_address & 0xFFF); in get_physical_address()
Drowhammer_exploit.cc243 uint64_t get_physical_address(uint64_t virtual_address) { in get_physical_address() argument
247 off_t pos = lseek(fd, (virtual_address / 0x1000) * 8, SEEK_SET); in get_physical_address()
255 (virtual_address & 0xFFF); in get_physical_address()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper.cc85 ElfCoreDump::Addr virtual_address = reinterpret_cast<ElfCoreDump::Addr>(src); in CopyFromProcess() local
89 if (!core_.CopyData(dest, virtual_address, length)) { in CopyFromProcess()
/external/google-breakpad/src/processor/
Ddisassembler_x86.cc35 uint32_t virtual_address) : in DisassemblerX86() argument
38 virtual_address_(virtual_address), in DisassemblerX86()
/external/freetype/src/winfonts/
Dwinfnt.h71 FT_ULong virtual_address; member
Dwinfnt.c95 FT_FRAME_ULONG_LE ( virtual_address ),
451 pe32_section.name, pe32_section.virtual_address, in fnt_face_get_dll_font()
456 pe32_section.virtual_address ) in fnt_face_get_dll_font()
547 pe32_section.virtual_address, in fnt_face_get_dll_font()
557 pe32_section.virtual_address; in fnt_face_get_dll_font()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py217 self.virtual_address = f.uint32()
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dsystem.cpp563 stream << std::hex << (uintptr_t)memory_fault.virtual_address; in callbackEvent()