Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/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-Core-3.7.0/include/zephyr/llext/
Delf.h408 #define R_ARM_ABS32 2 macro
/Zephyr-Core-3.7.0/arch/arm/core/
Delf.c303 case R_ARM_ABS32: in arch_elf_relocate()