Searched refs:SymOffset (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsELFWriterInfo.cpp84 long int MipsELFWriterInfo::computeRelocation(unsigned SymOffset, argument
89 return SymOffset - (RelOffset + 4);
H A DMipsELFWriterInfo.h53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMELFWriterInfo.h53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
H A DARMELFWriterInfo.cpp73 long int ARMELFWriterInfo::computeRelocation(unsigned SymOffset, argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeELFWriterInfo.h53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
H A DMBlazeELFWriterInfo.cpp100 long int MBlazeELFWriterInfo::computeRelocation(unsigned SymOffset, argument
106 return SymOffset - (RelOffset + 4);
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ELFWriterInfo.h53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
H A DX86ELFWriterInfo.cpp139 long int X86ELFWriterInfo::computeRelocation(unsigned SymOffset, argument
144 return SymOffset - (RelOffset + 4);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetELFWriterInfo.h115 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,

Completed in 189 milliseconds