Searched refs:VMA (Results 1 – 4 of 4) sorted by relevance
10 #>0 search/1024 VMA\06 for kernel22 #>0 search/1024 VMA\06 for kernel
156 VMA is computed to be the same as the previous difference.157 - Otherwise, the LMA is set to the VMA.
1855 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups() local1856 if (VMA->second == MA) in removeFromLookups()1857 ValueToMemoryAccess.erase(VMA); in removeFromLookups()
2760 uint64_t VMA = Section.getAddress(); in printSectionHeaders() local2762 VMA += AdjustVMA; in printSectionHeaders()2777 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()2783 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()