Home
last modified time | relevance | path

Searched refs:BinaryAddress (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/dsymutil/
DDebugMap.h121 yaml::Hex64 BinaryAddress; member
123 SymbolMapping(uint64_t ObjectAddress, uint64_t BinaryAddress, uint32_t Size) in SymbolMapping()
124 : ObjectAddress(ObjectAddress), BinaryAddress(BinaryAddress), in SymbolMapping()
DDebugMap.cpp52 uint64_t(Sym.second.BinaryAddress), uint32_t(Sym.second.Size), in print()
140 io.mapRequired("binAddr", s.second.BinaryAddress); in mapping()
244 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size); in denormalize()
DDwarfLinker.cpp1857 int64_t(Mapping.BinaryAddress) - Mapping.ObjectAddress); in startDebugObject()
1992 uint64_t(Mapping.BinaryAddress)); in hasValidRelocation()
1994 Info.AddrAdjust = int64_t(Mapping.BinaryAddress) + ValidReloc.Addend - in hasValidRelocation()
2577 uint64_t Value = ValidReloc.Mapping->getValue().BinaryAddress; in applyValidRelocs()