Home
last modified time | relevance | path

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

/external/llvm/test/MC/SystemZ/
Dfixups.s33 # CHECK-REL: 0x{{[0-9A-F]*2}} R_390_PLT32DBL target 0x2
40 # CHECK-REL: 0x{{[0-9A-F]*2}} R_390_PLT32DBL target 0x2
48 # CHECK-REL: 0x{{[0-9A-F]*2}} R_390_PLT32DBL target 0x2
/external/llvm/include/llvm/Support/ELFRelocs/
DSystemZ.def26 ELF_RELOC(R_390_PLT32DBL, 20)
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCObjectWriter.cpp104 case SystemZ::FK_390_PC32DBL: return ELF::R_390_PLT32DBL; in getPLTReloc()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1035 case ELF::R_390_PLT32DBL: { in resolveSystemZRelocation()
1594 (RelType == ELF::R_390_PLT32DBL || RelType == ELF::R_390_GOTENT)) { in processRelocationRef()
/external/elfutils/libelf/
Delf.h3006 #define R_390_PLT32DBL 20 /* 32 bit PC rel. PLT shifted by 1. */ macro