HomeSort by relevance Sort by last modified time
    Searched refs:SymOffset (Results 1 - 24 of 24) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMELFWriterInfo.h 52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
ARMELFWriterInfo.cpp 77 long int ARMELFWriterInfo::computeRelocation(unsigned SymOffset,
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeELFWriterInfo.h 52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
MBlazeELFWriterInfo.cpp 102 long int MBlazeELFWriterInfo::computeRelocation(unsigned SymOffset,
106 return SymOffset - (RelOffset + 4);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ELFWriterInfo.h 53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
X86ELFWriterInfo.cpp 143 long int X86ELFWriterInfo::computeRelocation(unsigned SymOffset,
148 return SymOffset - (RelOffset + 4);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
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);
RuntimeDyldImpl.h 139 /// SymOffset - Section offset of the relocation entry's symbol (used for GOT
142 uint64_t SymOffset;
154 SymOffset(0), IsPCRel(false), Size(0) {}
157 uint64_t symoffset)
159 SymOffset(symoffset), IsPCRel(false), Size(0) {}
164 SymOffset(0), IsPCRel(IsPCRel), Size(Size) {}
RuntimeDyldELF.cpp 229 uint64_t SymOffset) {
602 uint64_t SymOffset,
613 SymOffset, SectionID);
617 CalculatedValue, SymOffset,
623 CalculatedValue, SymOffset,
634 uint64_t SymOffset, SID SectionID) {
642 << " SymOffset: " << format("%x", SymOffset) << "\n");
671 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset;
684 return (SymOffset - 0x7ff0) & 0xffff
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 117 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 81 uint64_t SymOffset = SymAddress - SecAddress;
82 uint64_t SymEnd = SymOffset + SymSize;
93 if (Offset >= SymOffset && Offset < SymEnd) {
105 uint64_t SymOffset = SymAddress - SecAddress;
106 uint64_t SymEnd = SymOffset + SymSize;
115 if (Offset >= SymOffset && Offset < SymEnd)
116 Collection[std::make_pair(SymName, Offset - SymOffset)] = *RelocSymName;
206 uint64_t SymOffset = SymAddress - SecAddress;
207 StringRef SymContents = SecContents.substr(SymOffset, SymSize);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 812 int64_t SymOffset = (int64_t)MR.getResultPointer();
818 int64_t Value = TEW->computeRelocation(SymOffset, RelOffset, RelType);
823 Addend = TEW->getDefaultAddendForRelTy(RelType, SymOffset);
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 511 W.printNumber("SymOffset", ProcRef.Header.SymOffset);
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 400 uint32_t SymOffset;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 400 uint32_t SymOffset;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 400 uint32_t SymOffset;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 400 uint32_t SymOffset;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 400 uint32_t SymOffset;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 400 uint32_t SymOffset;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 400 uint32_t SymOffset;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 400 uint32_t SymOffset;
  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 534 ulittle32_t SymOffset; // Offset of actual symbol in $$Symbols
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 1317 milliseconds