Home
last modified time | relevance | path

Searched refs:VMA (Results 1 – 7 of 7) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dsyzkaller98.sh63 // addr: VMA[0x1000]
68 // addr: VMA[0x4000]
86 // addr: VMA[0x4000]
93 // addr: VMA[0x4000]
192 // nro_usrptr: VMA[0x3000]
254 // addr: VMA[0x4000]
H A Dsyzkaller89.sh167 // addr: VMA[0x4000]
H A Dsyzkaller87.sh278 // addr: VMA[0x2000]
/freebsd/contrib/file/magic/Magdir/
H A Dblcr10 #>0 search/1024 VMA\06 for kernel
22 #>0 search/1024 VMA\06 for kernel
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst156 VMA is computed to be the same as the previous difference.
157 - Otherwise, the LMA is set to the VMA.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1855 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups() local
1856 if (VMA->second == MA) in removeFromLookups()
1857 ValueToMemoryAccess.erase(VMA); in removeFromLookups()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2831 uint64_t VMA = Section.getAddress(); in printSectionHeaders() local
2833 VMA += AdjustVMA; in printSectionHeaders()
2848 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()
2854 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()