/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 21 RE.SymOffset, RE.SectionID); in resolveRelocation() 24 RE.SymOffset, RE.SectionID); in resolveRelocation() 35 Addend, RE.SymOffset, RE.SectionID); in evaluateRelocation() 110 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation() argument 121 << " SymOffset: " << format("%x", SymOffset) << "\n"); in evaluateMIPS64Relocation() 154 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation() 167 return (SymOffset - 0x7ff0) & 0xffff; in evaluateMIPS64Relocation() 267 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation() argument 269 Section, Offset, Value, Type, Addend, SymOffset, SectionID); in resolveMIPSN32Relocation() 276 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation() argument [all …]
|
D | RuntimeDyldELFMips.h | 35 uint64_t SymOffset, SID SectionID); 38 uint64_t SymOffset, SID SectionID); 57 uint64_t SymOffset, SID SectionID);
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 21 RE.SymOffset, RE.SectionID); in resolveRelocation() 24 RE.SymOffset, RE.SectionID); in resolveRelocation() 35 Addend, RE.SymOffset, RE.SectionID); in evaluateRelocation() 110 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation() argument 121 << " SymOffset: " << format("%x", SymOffset) << "\n"); in evaluateMIPS64Relocation() 154 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation() 167 return (SymOffset - 0x7ff0) & 0xffff; in evaluateMIPS64Relocation() 267 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation() argument 269 Section, Offset, Value, Type, Addend, SymOffset, SectionID); in resolveMIPSN32Relocation() 276 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation() argument [all …]
|
D | RuntimeDyldELFMips.h | 35 uint64_t SymOffset, SID SectionID); 38 uint64_t SymOffset, SID SectionID); 57 uint64_t SymOffset, SID SectionID);
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 184 uint32_t SymOffset = RecordZeroOffset; in finalizeGlobalBuckets() local 189 Records[I].SymOffset = SymOffset; in finalizeGlobalBuckets() 190 SymOffset += Globals[I].length(); in finalizeGlobalBuckets() 250 return L.SymOffset < R.SymOffset; in finalizeBuckets() 258 HRec.Off = Records[uint32_t(HRec.Off)].SymOffset + 1; in finalizeBuckets() 340 uint32_t SymOffset = 0; in addPublicSymbols() local 342 Pub.SymOffset = SymOffset; in addPublicSymbols() 343 SymOffset += sizeOfPublic(Pub); in addPublicSymbols() 347 PSH->RecordByteSize = SymOffset; in addPublicSymbols() 440 Entry = Publics[Entry].SymOffset; in computeAddrMap()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 31 uint64_t SymOffset = 0, SID SectionID = 0); 35 uint64_t SymOffset); 60 uint64_t SymOffset, SID SectionID); 65 uint64_t SymOffset, SID SectionID);
|
D | RuntimeDyldImpl.h | 142 uint64_t SymOffset; member 154 SymOffset(0), IsPCRel(false), Size(0) {} in RelocationEntry() 159 SymOffset(symoffset), IsPCRel(false), Size(0) {} in RelocationEntry() 164 SymOffset(0), IsPCRel(IsPCRel), Size(Size) {} in RelocationEntry()
|
D | RuntimeDyldELF.cpp | 229 uint64_t SymOffset) { in resolveX86_64Relocation() argument 602 uint64_t SymOffset, in resolveMIPS64Relocation() argument 613 SymOffset, SectionID); in resolveMIPS64Relocation() 617 CalculatedValue, SymOffset, in resolveMIPS64Relocation() 623 CalculatedValue, SymOffset, in resolveMIPS64Relocation() 634 uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation() argument 642 << " SymOffset: " << format("%x", SymOffset) << "\n"); in evaluateMIPS64Relocation() 671 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation() 684 return (SymOffset - 0x7ff0) & 0xffff; in evaluateMIPS64Relocation() 1101 RE.SymOffset, RE.SectionID); in resolveRelocation() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 136 uint32_t SymOffset = RecordZeroOffset; in finalizeBuckets() local 140 HR.Off = SymOffset + 1; in finalizeBuckets() 147 SymOffset += Sym.length(); in finalizeBuckets() 256 uint32_t SymOffset = 0; in computeAddrMap() local 262 SymOffsets.push_back(SymOffset); in computeAddrMap() 263 SymOffset += Sym.length(); in computeAddrMap()
|
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 81 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocatedSymbols() local 82 uint64_t SymEnd = SymOffset + SymSize; in collectRelocatedSymbols() 93 if (Offset >= SymOffset && Offset < SymEnd) { in collectRelocatedSymbols() 105 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocationOffsets() local 106 uint64_t SymEnd = SymOffset + SymSize; in collectRelocationOffsets() 115 if (Offset >= SymOffset && Offset < SymEnd) in collectRelocationOffsets() 116 Collection[std::make_pair(SymName, Offset - SymOffset)] = *RelocSymName; in collectRelocationOffsets() 206 uint64_t SymOffset = SymAddress - SecAddress; in dumpCXXData() local 207 StringRef SymContents = SecContents.substr(SymOffset, SymSize); in dumpCXXData()
|
/external/llvm-project/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 85 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocatedSymbols() local 86 uint64_t SymEnd = SymOffset + SymSize; in collectRelocatedSymbols() 97 if (Offset >= SymOffset && Offset < SymEnd) { in collectRelocatedSymbols() 109 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocationOffsets() local 110 uint64_t SymEnd = SymOffset + SymSize; in collectRelocationOffsets() 119 if (Offset >= SymOffset && Offset < SymEnd) in collectRelocationOffsets() 120 Collection[std::make_pair(SymName, Offset - SymOffset)] = *RelocSymName; in collectRelocationOffsets() 213 uint64_t SymOffset = SymAddress - SecAddress; in dumpCXXData() local 214 StringRef SymContents = SecContents.substr(SymOffset, SymSize); in dumpCXXData()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 30 uint64_t SymOffset = 0, SID SectionID = 0); 34 uint64_t SymOffset);
|
D | RuntimeDyldImpl.h | 141 uint64_t SymOffset; member 156 SymOffset(0), IsPCRel(false), Size(0), IsTargetThumbFunc(false) {} in RelocationEntry() 161 SymOffset(symoffset), IsPCRel(false), Size(0), in RelocationEntry() 167 SymOffset(0), IsPCRel(IsPCRel), Size(Size), IsTargetThumbFunc(false) {} in RelocationEntry()
|
D | RuntimeDyldELF.cpp | 269 uint64_t SymOffset) { in resolveX86_64Relocation() argument 931 RE.SymOffset, RE.SectionID); in resolveRelocation() 937 uint64_t SymOffset, SID SectionID) { in resolveRelocation() argument 940 resolveX86_64Relocation(Section, Offset, Value, Type, Addend, SymOffset); in resolveRelocation() 1365 RE.SymOffset = i->second; in processRelocationRef() 1367 RE.SymOffset = allocateGOTEntries(1); in processRelocationRef() 1368 GOTSymbolOffsets[TargetName] = RE.SymOffset; in processRelocationRef()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 30 uint64_t SymOffset = 0, SID SectionID = 0); 34 uint64_t SymOffset);
|
D | RuntimeDyldImpl.h | 140 uint64_t SymOffset; member 155 SymOffset(0), IsPCRel(false), Size(0), IsTargetThumbFunc(false) {} in RelocationEntry() 160 SymOffset(symoffset), IsPCRel(false), Size(0), in RelocationEntry() 166 SymOffset(0), IsPCRel(IsPCRel), Size(Size), IsTargetThumbFunc(false) {} in RelocationEntry()
|
D | RuntimeDyldELF.cpp | 269 uint64_t SymOffset) { in resolveX86_64Relocation() argument 938 RE.SymOffset, RE.SectionID); in resolveRelocation() 944 uint64_t SymOffset, SID SectionID) { in resolveRelocation() argument 947 resolveX86_64Relocation(Section, Offset, Value, Type, Addend, SymOffset); in resolveRelocation() 1372 RE.SymOffset = i->second; in processRelocationRef() 1374 RE.SymOffset = allocateGOTEntries(1); in processRelocationRef() 1375 GOTSymbolOffsets[TargetName] = RE.SymOffset; in processRelocationRef()
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | DwarfLinkerForBinary.cpp | 529 int64_t SymOffset; in findValidRelocsMachO() local 536 SymOffset = int64_t(Addend) - SymAddress; in findValidRelocsMachO() 539 SymOffset = 0; in findValidRelocsMachO() 557 ValidRelocs.emplace_back(Offset64, RelocSize, SymOffset, Mapping); in findValidRelocsMachO()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.h | 113 uint32_t SymOffset = 0;
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 375 error(IO.mapInteger(ProcRef.SymOffset)); in visitKnownRecord()
|
D | SymbolDumper.cpp | 525 W.printNumber("SymOffset", ProcRef.SymOffset); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 375 error(IO.mapInteger(ProcRef.SymOffset)); in visitKnownRecord()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1940 int64_t SymOffset; in findValidRelocsMachO() local 1947 SymOffset = int64_t(Addend) - SymAddress; in findValidRelocsMachO() 1950 SymOffset = 0; in findValidRelocsMachO() 1967 ValidRelocs.emplace_back(Offset64, RelocSize, SymOffset, Mapping); in findValidRelocsMachO()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 511 W.printNumber("SymOffset", ProcRef.Header.SymOffset); in visitProcRefSym()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 373 IO.mapRequired("SymOffset", Symbol.SymOffset); in map()
|