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 - 5
of
5
) 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
X86ELFWriterInfo.cpp
42
case X86::
reloc_absolute_word_sext
:
56
case X86::
reloc_absolute_word_sext
:
X86JITInfo.cpp
559
case X86::
reloc_absolute_word_sext
:
X86CodeEmitter.cpp
415
(IsPCRel ? X86::reloc_pcrel_word : X86::
reloc_absolute_word_sext
)
[
all
...]
Completed in 229 milliseconds