OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reloc_absolute_word_sext
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/MBlaze/
MBlazeRelocations.h
35
///
reloc_absolute_word_sext
- absolute relocation, just add the relocated
38
reloc_absolute_word_sext
= 3,
enumerator in enum:llvm::MBlaze::RelocationType
/external/llvm/lib/Target/X86/
X86Relocations.h
40
///
reloc_absolute_word_sext
- absolute relocation, just add the relocated
43
reloc_absolute_word_sext
= 3,
enumerator in enum:llvm::X86::RelocationType
X86JITInfo.cpp
562
case X86::
reloc_absolute_word_sext
:
X86CodeEmitter.cpp
433
(IsPCRel ? X86::reloc_pcrel_word : X86::
reloc_absolute_word_sext
)
[
all
...]
Completed in 106 milliseconds