Searched refs:SymOffset (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeELFWriterInfo.cpp | 102 long int MBlazeELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() argument 106 return SymOffset - (RelOffset + 4); in computeRelocation()
|
D | MBlazeELFWriterInfo.h | 52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
/external/llvm/lib/Target/X86/ |
D | X86ELFWriterInfo.cpp | 143 long int X86ELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() argument 148 return SymOffset - (RelOffset + 4); in computeRelocation()
|
D | X86ELFWriterInfo.h | 53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
/external/llvm/lib/Target/ARM/ |
D | ARMELFWriterInfo.h | 52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
D | ARMELFWriterInfo.cpp | 77 long int ARMELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() argument
|
/external/llvm/include/llvm/Target/ |
D | TargetELFWriterInfo.h | 117 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
/external/llvm/lib/CodeGen/ |
D | ELFWriter.cpp | 814 int64_t SymOffset = (int64_t)MR.getResultPointer(); in EmitRelocations() local 820 int64_t Value = TEW->computeRelocation(SymOffset, RelOffset, RelType); in EmitRelocations() 825 Addend = TEW->getDefaultAddendForRelTy(RelType, SymOffset); in EmitRelocations()
|