Home
last modified time | relevance | path

Searched refs:R_ARM_PC24 (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/elf/
Darm.h105 RELOC_NUMBER (R_ARM_PC24, 1) /* deprecated */
/freebsd-10-stable/libexec/rtld-elf/arm/
Dreloc.c156 case R_ARM_PC24: { /* word32 S - P + A */ in reloc_nonplt_object()
/freebsd-10-stable/sys/sys/
Delf_common.h900 #define R_ARM_PC24 1 macro
/freebsd-10-stable/contrib/binutils/bfd/
Delf32-arm.c92 HOWTO (R_ARM_PC24, /* type */
1704 {BFD_RELOC_ARM_PCREL_BRANCH, R_ARM_PC24},
3177 if ( r_type != R_ARM_PC24 in bfd_elf32_arm_process_before_allocation()
3222 case R_ARM_PC24: in bfd_elf32_arm_process_before_allocation()
4589 case R_ARM_PC24: in elf32_arm_final_link_relocate()
4633 && r_type != R_ARM_PC24 in elf32_arm_final_link_relocate()
4759 case R_ARM_PC24: /* Arm B/BL instruction */ in elf32_arm_final_link_relocate()
6332 case R_ARM_PC24: in arm_add_to_rel()
7449 case R_ARM_PC24: in elf32_arm_gc_sweep_hook()
7672 case R_ARM_PC24: in elf32_arm_check_relocs()
DChangeLog-9899882 in R_ARM_PC24 relocs.
3909 Check for branches to thumb symbols in case R_ARM_PC24.
3927 R_ARM_PC24 relocation.
DChangeLog-00011434 like R_ARM_PC24. Include reloc number in error message about
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp478 case ELF::R_ARM_PC24 : // Fall through. in resolveARMRelocation()
987 (RelType == ELF::R_ARM_PC24 || in processRelocationRef()
/freebsd-10-stable/contrib/llvm/lib/Object/
DELF.cpp264 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_ARM_PC24); in getELFRelocationTypeName()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h671 R_ARM_PC24 = 0x01, enumerator