Searched refs:BinaryAddress (Results 1 – 7 of 7) sorted by relevance
/external/llvm/tools/dsymutil/ |
D | DebugMap.h | 121 yaml::Hex64 BinaryAddress; member 123 SymbolMapping(Optional<uint64_t> ObjectAddr, uint64_t BinaryAddress, in SymbolMapping() 125 : BinaryAddress(BinaryAddress), Size(Size) { in SymbolMapping()
|
D | DebugMap.cpp | 55 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()
|
D | DwarfLinker.cpp | 1864 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/ |
D | DebugMap.h | 141 yaml::Hex64 BinaryAddress; member 144 SymbolMapping(Optional<uint64_t> ObjectAddr, uint64_t BinaryAddress, in SymbolMapping() 146 : BinaryAddress(BinaryAddress), Size(Size) { in SymbolMapping()
|
D | DwarfLinkerForBinary.cpp | 635 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()
|
D | DebugMap.cpp | 74 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()
|
D | DwarfLinkerForBinary.h | 117 int64_t(Mapping.BinaryAddress) - *Mapping.ObjectAddress); in AddressManager()
|