Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst132 28: R_ARM_ABS32 .rodata
134 2c: R_ARM_ABS32 printk
136 30: R_ARM_ABS32 .rodata
143 In this sample there are 3 absolute (``R_ARM_ABS32``) relocations, 2 of which
/Zephyr-latest/arch/arm/core/
Delf.c18 #define R_ARM_ABS32 2 macro
353 case R_ARM_ABS32: in arch_elf_relocate()