Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DElf32Convert.c848 case R_ARM_ABS32: in WriteSections32()
980 case R_ARM_ABS32: in WriteRelocations32()
Delf_common.h708 #define R_ARM_ABS32 2 macro
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf_common.h708 #define R_ARM_ABS32 2 macro
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c749 if (type == R_ARM_ABS32 || type == R_ARM_TARGET1) { in genElfNanoRelocs()