Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DElf32Convert.c693 if ((RelShdr->sh_type != SHT_REL) && (RelShdr->sh_type != SHT_RELA)) { in WriteSections32()
707 if (RelShdr->sh_type == SHT_REL && (*Filter)(SecShdr)) { in WriteSections32()
889 if ((RelShdr->sh_type == SHT_REL) || (RelShdr->sh_type == SHT_RELA)) { in WriteRelocations32()
DElf64Convert.c689 if ((RelShdr->sh_type != SHT_REL) && (RelShdr->sh_type != SHT_RELA)) { in WriteSections64()
959 if ((RelShdr->sh_type == SHT_REL) || (RelShdr->sh_type == SHT_RELA)) { in WriteRelocations64()
Delf_common.h217 #define SHT_REL 9 /* relocation section - no addends */ macro
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf_common.h217 #define SHT_REL 9 /* relocation section - no addends */ macro