Searched refs:VMA (Results 1 – 7 of 7) sorted by relevance
63 // addr: VMA[0x1000]68 // addr: VMA[0x4000]86 // addr: VMA[0x4000]93 // addr: VMA[0x4000]192 // nro_usrptr: VMA[0x3000]254 // addr: VMA[0x4000]
167 // addr: VMA[0x4000]
278 // addr: VMA[0x2000]
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()
2831 uint64_t VMA = Section.getAddress(); in printSectionHeaders() local2833 VMA += AdjustVMA; in printSectionHeaders()2848 << format_hex_no_prefix(VMA, AddressWidth) << " " in printSectionHeaders()2854 << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n"; in printSectionHeaders()