Searched refs:BinaryAddress (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/dsymutil/ |
D | DebugMap.h | 121 yaml::Hex64 BinaryAddress; member 123 SymbolMapping(uint64_t ObjectAddress, uint64_t BinaryAddress, uint32_t Size) in SymbolMapping() 124 : ObjectAddress(ObjectAddress), BinaryAddress(BinaryAddress), in SymbolMapping()
|
D | DebugMap.cpp | 52 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()
|
D | DwarfLinker.cpp | 1857 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()
|