Home
last modified time | relevance | path

Searched refs:reloc_absolute_word (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ELFWriterInfo.cpp40 case X86::reloc_absolute_word: in getRelocationType()
54 case X86::reloc_absolute_word: in getRelocationType()
136 X86::reloc_absolute_dword : X86::reloc_absolute_word; in getAbsoluteLabelMachineRelTy()
DX86Relocations.h38 reloc_absolute_word = 2, enumerator
DX86CodeEmitter.cpp416 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitDisplacementField()
834 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitInstruction()
836 rt = X86::reloc_absolute_word; // FIXME: add X86II flag? in emitInstruction()
920 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitInstruction()
960 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitInstruction()
DX86JITInfo.cpp558 case X86::reloc_absolute_word: in relocate()
/external/llvm/lib/Target/MBlaze/
DMBlazeELFWriterInfo.cpp39 case MBlaze::reloc_absolute_word: in getRelocationType()
97 return MBlaze::reloc_absolute_word; in getAbsoluteLabelMachineRelTy()
DMBlazeRelocations.h33 reloc_absolute_word = 2, enumerator