Home
last modified time | relevance | path

Searched refs:R_390_PC32DBL (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/ELFRelocs/
DSystemZ.def25 ELF_RELOC(R_390_PC32DBL, 19)
/external/llvm/test/MC/SystemZ/
Dfixups.s9 # CHECK-REL: 0x{{[0-9A-F]*2}} R_390_PC32DBL target 0x2
27 # CHECK-REL: 0x{{[0-9A-F]*2}} R_390_PC32DBL target 0x2
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCObjectWriter.cpp57 case SystemZ::FK_390_PC32DBL: return ELF::R_390_PC32DBL; in getPCRelReloc()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1034 case ELF::R_390_PC32DBL: in resolveSystemZRelocation()
1636 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
/external/elfutils/libelf/
Delf.h3005 #define R_390_PC32DBL 19 /* PC relative 32 bit shifted by 1. */ macro