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.rst123 28: R_ARM_ABS32 .rodata
125 2c: R_ARM_ABS32 printk
127 30: R_ARM_ABS32 .rodata
149 In this sample there are 3 absolute (R_ARM_ABS32) relocations, 2 of which are meant to hold address…
/Zephyr-latest/arch/arm/core/
Delf.c17 #define R_ARM_ABS32 2 macro
331 case R_ARM_ABS32: in arch_elf_relocate()