OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reloc_absolute_word
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeRelocations.h
31
///
reloc_absolute_word
- absolute relocation, just add the relocated
33
reloc_absolute_word
= 2,
enumerator in enum:llvm::MBlaze::RelocationType
MBlazeELFWriterInfo.cpp
39
case MBlaze::
reloc_absolute_word
:
99
return MBlaze::
reloc_absolute_word
;
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Relocations.h
36
///
reloc_absolute_word
- absolute relocation, just add the relocated
38
reloc_absolute_word
= 2,
enumerator in enum:llvm::X86::RelocationType
X86ELFWriterInfo.cpp
40
case X86::
reloc_absolute_word
:
54
case X86::
reloc_absolute_word
:
140
X86::reloc_absolute_dword : X86::
reloc_absolute_word
;
X86CodeEmitter.cpp
416
: (IsPIC ? X86::reloc_picrel_word : X86::
reloc_absolute_word
);
834
: (IsPIC ? X86::reloc_picrel_word : X86::
reloc_absolute_word
);
836
rt = X86::
reloc_absolute_word
; // FIXME: add X86II flag?
[
all
...]
X86JITInfo.cpp
547
case X86::
reloc_absolute_word
:
Completed in 1231 milliseconds