Searched refs:computeRelocation (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ELFWriterInfo.h | 53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
D | X86ELFWriterInfo.cpp | 139 long int X86ELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() function in X86ELFWriterInfo
|
/external/llvm/lib/Target/ARM/ |
D | ARMELFWriterInfo.h | 53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
D | ARMELFWriterInfo.cpp | 73 long int ARMELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() function in ARMELFWriterInfo
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeELFWriterInfo.h | 53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
D | MBlazeELFWriterInfo.cpp | 100 long int MBlazeELFWriterInfo::computeRelocation(unsigned SymOffset, in computeRelocation() function in MBlazeELFWriterInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetELFWriterInfo.h | 114 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|