Home
last modified time | relevance | path

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

/external/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/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/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/llvm/include/llvm/Target/
DTargetELFWriterInfo.h117 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
/external/llvm/lib/CodeGen/
DELFWriter.cpp814 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()