Home
last modified time | relevance | path

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

/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.cpp2760 uint64_t VMA = Section.getAddress(); in printSectionHeaders() local
2762 VMA += AdjustVMA; in printSectionHeaders()
2777 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()
2783 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()