Searched refs:R_ARM_PC24 (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/sys/arch/arm/include/
H A Dreloc.h5 #define R_ARM_PC24 1 macro
/openbsd-current/sys/arch/arm64/include/
H A Dreloc.h71 #define R_ARM_PC24 1 macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delfarm-oabi.c72 HOWTO (R_ARM_PC24, /* type */
80 "R_ARM_PC24", /* name */
393 {BFD_RELOC_ARM_PCREL_BRANCH, R_ARM_PC24 },
H A Delfarm-nabi.c51 R_ARM_PC24 as an index into this, and find the R_ARM_PC24 HOWTO
71 HOWTO (R_ARM_PC24, /* type */
79 "R_ARM_PC24", /* name */
634 {BFD_RELOC_ARM_PCREL_BRANCH, R_ARM_PC24},
H A Delf32-arm.h871 if ( r_type != R_ARM_PC24
913 case R_ARM_PC24:
1290 case R_ARM_PC24:
1334 && r_type != R_ARM_PC24
1409 case R_ARM_PC24: /* Arm B/BL instruction */
1967 case R_ARM_PC24:
2130 case R_ARM_PC24:
2798 case R_ARM_PC24:
2928 case R_ARM_PC24:
2945 if (ELF32_R_TYPE (rel->r_info) == R_ARM_PC24
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Darm.h75 RELOC_NUMBER (R_ARM_PC24, 1)
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DARM.cpp96 case R_ARM_PC24:
307 case R_ARM_PC24:
382 case R_ARM_PC24:
557 case R_ARM_PC24:
787 case R_ARM_PC24:
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Darm.h92 RELOC_NUMBER (R_ARM_PC24, 1) /* deprecated */
/openbsd-current/gnu/llvm/lld/ELF/
H A DThunks.cpp617 return rel.type != R_ARM_JUMP24 && rel.type != R_ARM_PC24 && rel.type != R_ARM_PLT32;
1247 case R_ARM_PC24:
1280 case R_ARM_PC24:
1338 case R_ARM_PC24:
H A DInputSection.cpp463 case R_ARM_PC24:
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c68 R_ARM_PC24 as an index into this, and find the R_ARM_PC24 HOWTO
88 HOWTO (R_ARM_PC24, /* type */
96 "R_ARM_PC24", /* name */
1329 {BFD_RELOC_ARM_PCREL_BRANCH, R_ARM_PC24},
2479 if ( r_type != R_ARM_PC24
2524 case R_ARM_PC24:
3028 case R_ARM_PC24:
3075 && r_type != R_ARM_PC24
3183 case R_ARM_PC24
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp632 case ELF::R_ARM_PC24: // Fall through.
1327 if (RelType == ELF::R_ARM_PC24 || RelType == ELF::R_ARM_CALL ||

Completed in 116 milliseconds