Home
last modified time | relevance | path

Searched refs:RelOffset (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/MBlaze/
DMBlazeELFWriterInfo.cpp101 unsigned RelOffset, in computeRelocation() argument
106 return SymOffset - (RelOffset + 4); in computeRelocation()
DMBlazeELFWriterInfo.h53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
/external/llvm/lib/Target/X86/
DX86ELFWriterInfo.cpp140 unsigned RelOffset, in computeRelocation() argument
144 return SymOffset - (RelOffset + 4); in computeRelocation()
DX86ELFWriterInfo.h53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
/external/llvm/lib/Target/ARM/
DARMELFWriterInfo.h53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
DARMELFWriterInfo.cpp74 unsigned RelOffset, in computeRelocation() argument
/external/llvm/include/llvm/Target/
DTargetELFWriterInfo.h114 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,