Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDebugMap.h121 yaml::Hex64 BinaryAddress; member
123 SymbolMapping(Optional<uint64_t> ObjectAddr, uint64_t BinaryAddress, in SymbolMapping()
125 : BinaryAddress(BinaryAddress), Size(Size) { in SymbolMapping()
DDebugMap.cpp55 uint64_t(Sym.second.BinaryAddress), uint32_t(Sym.second.Size), in print()
143 io.mapRequired("binAddr", s.second.BinaryAddress); in mapping()
254 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size); in denormalize()
DDwarfLinker.cpp1864 int64_t(Mapping.BinaryAddress) - *Mapping.ObjectAddress); in startDebugObject()
2048 uint64_t(Mapping.BinaryAddress)); in hasValidRelocation()
2050 Info.AddrAdjust = int64_t(Mapping.BinaryAddress) + ValidReloc.Addend; in hasValidRelocation()
2634 uint64_t Value = ValidReloc.Mapping->getValue().BinaryAddress; in applyValidRelocs()
/external/llvm-project/llvm/tools/dsymutil/
DDebugMap.h141 yaml::Hex64 BinaryAddress; member
144 SymbolMapping(Optional<uint64_t> ObjectAddr, uint64_t BinaryAddress, in SymbolMapping()
146 : BinaryAddress(BinaryAddress), Size(Size) { in SymbolMapping()
DDwarfLinkerForBinary.cpp635 const uint64_t BinaryAddress = Mapping.BinaryAddress; in hasValidRelocationAt() local
643 BinaryAddress); in hasValidRelocationAt()
645 Info.AddrAdjust = BinaryAddress + ValidReloc.Addend; in hasValidRelocationAt()
683 uint64_t Value = ValidReloc.Mapping->getValue().BinaryAddress; in applyValidRelocs()
DDebugMap.cpp74 uint64_t(Sym.second.BinaryAddress), uint32_t(Sym.second.Size), in print()
167 io.mapRequired("binAddr", s.second.BinaryAddress); in mapping()
288 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size); in denormalize()
DDwarfLinkerForBinary.h117 int64_t(Mapping.BinaryAddress) - *Mapping.ObjectAddress); in AddressManager()