Searched refs:MMapAddress (Results 1 – 4 of 4) sorted by relevance
174 uint64_t MMapAddress{0}; /// Address of the executable segment.420 if (Address >= MMI.MMapAddress && Address < MMI.MMapAddress + MMI.Size) { in adjustAddress()
1948 if (BaseAddressStr.getAsInteger(0, ParsedInfo.MMapAddress)) { in parseMMapEvent()2008 << Twine::utohexstr(Pair.second.MMapAddress) << ", " in parseMMapEvents()2023 if (BC->HasFixedLoadAddress && MMapInfo.MMapAddress) { in parseMMapEvents()2032 if (SegInfo.Address >= MMapInfo.MMapAddress && in parseMMapEvents()2033 SegInfo.Address - MMapInfo.MMapAddress < SegInfo.Alignment) { in parseMMapEvents()2040 << " at 0x" << Twine::utohexstr(MMapInfo.MMapAddress) << '\n'; in parseMMapEvents()2048 BC->getBaseAddressForMapping(MMapInfo.MMapAddress, MMapInfo.Offset); in parseMMapEvents()2052 << Twine::utohexstr(MMapInfo.MMapAddress) in parseMMapEvents()2131 << ": (0x" << Twine::utohexstr(MMI.second.MMapAddress) << ": 0x" in parseTaskEvents()
1044 Optional<uint64_t> getBaseAddressForMapping(uint64_t MMapAddress,
1894 BinaryContext::getBaseAddressForMapping(uint64_t MMapAddress, in getBaseAddressForMapping() argument1902 return MMapAddress - MemOffset; in getBaseAddressForMapping()