Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp21 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 …]
H A DRuntimeDyldELFMips.h35 uint64_t SymOffset, SID SectionID);
38 uint64_t SymOffset, SID SectionID);
57 uint64_t SymOffset, SID SectionID);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp184 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp85 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h140 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()
H A DRuntimeDyldELF.h30 uint64_t SymOffset = 0, SID SectionID = 0);
34 uint64_t SymOffset);
H A DRuntimeDyldELF.cpp262 uint64_t SymOffset) { in resolveX86_64Relocation() argument
996 RE.SymOffset, RE.SectionID); in resolveRelocation()
1002 uint64_t SymOffset, SID SectionID) { in resolveRelocation() argument
1005 resolveX86_64Relocation(Section, Offset, Value, Type, Addend, SymOffset); in resolveRelocation()
1433 RE.SymOffset = i->second; in processRelocationRef()
1435 RE.SymOffset = allocateGOTEntries(1); in processRelocationRef()
1436 GOTSymbolOffsets[TargetName] = RE.SymOffset; in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp536 int64_t SymOffset; in findValidRelocsMachO() local
543 SymOffset = int64_t(Addend) - SymAddress; in findValidRelocsMachO()
546 SymOffset = 0; in findValidRelocsMachO()
564 ValidRelocs.emplace_back(Offset64, RelocSize, SymOffset, Mapping); in findValidRelocsMachO()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h113 uint32_t SymOffset = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp375 error(IO.mapInteger(ProcRef.SymOffset)); in visitKnownRecord()
H A DSymbolDumper.cpp525 W.printNumber("SymOffset", ProcRef.SymOffset); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp373 IO.mapRequired("SymOffset", Symbol.SymOffset); in map()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h401 uint32_t SymOffset = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp794 PR.SumName, PR.SymOffset); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4297 const uint64_t SymOffset = ((const uint8_t *)FirstSym - Obj.base()) + in getSymbolForReloc() local
4299 if (SymOffset + sizeof(Elf_Sym) > FileSize) in getSymbolForReloc()
4300 return WarnAndReturn(nullptr, "symbol at 0x" + Twine::utohexstr(SymOffset) + in getSymbolForReloc()