Searched refs:R_ARM_CALL (Results 1 – 15 of 15) sorted by relevance
22 @ARM: 10 R_ARM_CALL f0423 @ARM: 14 R_ARM_CALL f05
110 Type = ELF::R_ARM_CALL; in GetRelocTypeInner()116 Type = ELF::R_ARM_CALL; in GetRelocTypeInner()
106 return ELF::R_ARM_CALL; in GetRelocTypeInner()110 return ELF::R_ARM_CALL; in GetRelocTypeInner()
35 ELF_RELOC(R_ARM_CALL, 0x1c)
485 case ELF::R_ARM_CALL: // Fall through. in resolveARMRelocation()1334 if (RelType == ELF::R_ARM_PC24 || RelType == ELF::R_ARM_CALL || in processRelocationRef()
747 R_ARM_CALL = 0x1c variable in Relocs_Elf_ARM
533 case ELF::R_ARM_CALL: // Fall through. in resolveARMRelocation()1223 if (RelType == ELF::R_ARM_PC24 || RelType == ELF::R_ARM_CALL || in processRelocationRef()
2245 #define R_ARM_CALL 28 macro
2664 #define R_ARM_CALL 28 /* PC relative 24 bit (BL, BLX). */ macro
304 ELF-ARM: Type: R_ARM_CALL (28)
2532 #define R_ARM_CALL 28 macro
2959 #define R_ARM_CALL 28 /* PC relative 24 bit (BL, BLX). */ macro
730 F->set_kind(llvm::ELF::R_ARM_CALL); in createBlFixup()