Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm/core/
Delf.c31 #define R_ARM_MOVT_PREL 46 macro
193 if (reloc_type == R_ARM_MOVT_PREL || reloc_type == R_ARM_MOVW_PREL_NC) { in movs_handler()
196 if (reloc_type == R_ARM_MOVT_ABS || reloc_type == R_ARM_MOVT_PREL) { in movs_handler()
360 case R_ARM_MOVT_PREL: in arch_elf_relocate()