Searched refs:RelOffset (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeELFWriterInfo.cpp | 101 unsigned RelOffset, in computeRelocation() argument 106 return SymOffset - (RelOffset + 4); in computeRelocation()
|
D | MBlazeELFWriterInfo.h | 53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
/external/llvm/lib/Target/X86/ |
D | X86ELFWriterInfo.cpp | 140 unsigned RelOffset, in computeRelocation() argument 144 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 | 53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
D | ARMELFWriterInfo.cpp | 74 unsigned RelOffset, in computeRelocation() argument
|
/external/llvm/include/llvm/Target/ |
D | TargetELFWriterInfo.h | 114 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|