Home
last modified time | relevance | path

Searched refs:SymOffset (Results 1 – 25 of 30) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp22 RE.SymOffset, RE.SectionID); in resolveRelocation()
25 RE.SymOffset, RE.SectionID); in resolveRelocation()
36 Addend, RE.SymOffset, RE.SectionID); in evaluateRelocation()
111 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation() argument
122 << " SymOffset: " << format("%x", SymOffset) << "\n"); in evaluateMIPS64Relocation()
155 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
168 return (SymOffset - 0x7ff0) & 0xffff; in evaluateMIPS64Relocation()
268 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation() argument
270 Section, Offset, Value, Type, Addend, SymOffset, SectionID); in resolveMIPSN32Relocation()
277 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation() argument
[all …]
DRuntimeDyldELFMips.h36 uint64_t SymOffset, SID SectionID);
39 uint64_t SymOffset, SID SectionID);
58 uint64_t SymOffset, SID SectionID);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h31 uint64_t SymOffset = 0, SID SectionID = 0);
35 uint64_t SymOffset);
60 uint64_t SymOffset, SID SectionID);
65 uint64_t SymOffset, SID SectionID);
DRuntimeDyldImpl.h142 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()
DRuntimeDyldELF.cpp229 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-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp108 uint32_t SymOffset = RecordZeroOffset; in finalizeBuckets() local
112 HR.Off = SymOffset + 1; in finalizeBuckets()
119 SymOffset += Sym.length(); in finalizeBuckets()
229 uint32_t SymOffset = 0; in computeAddrMap() local
235 SymOffsets.push_back(SymOffset); in computeAddrMap()
236 SymOffset += Sym.length(); in computeAddrMap()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp81 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp79 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocatedSymbols() local
80 uint64_t SymEnd = SymOffset + SymSize; in collectRelocatedSymbols()
91 if (Offset >= SymOffset && Offset < SymEnd) { in collectRelocatedSymbols()
103 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocationOffsets() local
104 uint64_t SymEnd = SymOffset + SymSize; in collectRelocationOffsets()
113 if (Offset >= SymOffset && Offset < SymEnd) in collectRelocationOffsets()
114 Collection[std::make_pair(SymName, Offset - SymOffset)] = *RelocSymName; in collectRelocationOffsets()
204 uint64_t SymOffset = SymAddress - SecAddress; in dumpCXXData() local
205 StringRef SymContents = SecContents.substr(SymOffset, SymSize); in dumpCXXData()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeELFWriterInfo.cpp102 long int MBlazeELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() argument
106 return SymOffset - (RelOffset + 4); in computeRelocation()
DMBlazeELFWriterInfo.h52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ELFWriterInfo.cpp143 long int X86ELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() argument
148 return SymOffset - (RelOffset + 4); in computeRelocation()
DX86ELFWriterInfo.h53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h142 uint64_t SymOffset; member
157 SymOffset(0), IsPCRel(false), Size(0), IsTargetThumbFunc(false) {} in RelocationEntry()
162 SymOffset(symoffset), IsPCRel(false), Size(0), in RelocationEntry()
168 SymOffset(0), IsPCRel(IsPCRel), Size(Size), IsTargetThumbFunc(false) {} in RelocationEntry()
DRuntimeDyldELF.h31 uint64_t SymOffset = 0, SID SectionID = 0);
35 uint64_t SymOffset);
DRuntimeDyldELF.cpp266 uint64_t SymOffset) { in resolveX86_64Relocation() argument
921 RE.SymOffset, RE.SectionID); in resolveRelocation()
927 uint64_t SymOffset, SID SectionID) { in resolveRelocation() argument
930 resolveX86_64Relocation(Section, Offset, Value, Type, Addend, SymOffset); in resolveRelocation()
1355 RE.SymOffset = i->second; in processRelocationRef()
1357 RE.SymOffset = allocateGOTEntries(1); in processRelocationRef()
1358 GOTSymbolOffsets[TargetName] = RE.SymOffset; in processRelocationRef()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMELFWriterInfo.h52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
DARMELFWriterInfo.cpp77 long int ARMELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() argument
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h117 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp812 int64_t SymOffset = (int64_t)MR.getResultPointer(); in EmitRelocations() local
818 int64_t Value = TEW->computeRelocation(SymOffset, RelOffset, RelType); in EmitRelocations()
823 Addend = TEW->getDefaultAddendForRelTy(RelType, SymOffset); in EmitRelocations()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp394 int64_t SymOffset; in findValidRelocsMachO() local
401 SymOffset = int64_t(Addend) - SymAddress; in findValidRelocsMachO()
404 SymOffset = 0; in findValidRelocsMachO()
421 ValidRelocs.emplace_back(Offset64, RelocSize, SymOffset, Mapping); in findValidRelocsMachO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp376 error(IO.mapInteger(ProcRef.SymOffset)); in visitKnownRecord()
DSymbolDumper.cpp510 W.printNumber("SymOffset", ProcRef.SymOffset); in visitKnownRecord()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1940 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/
DSymbolDumper.cpp511 W.printNumber("SymOffset", ProcRef.Header.SymOffset); in visitProcRefSym()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h398 uint32_t SymOffset; variable

12