Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DElf64Convert.c658 switch (Shdr->sh_type) { in WriteSections64()
674 …ion type %x. We directly copy this section into Coff file", mInImageName, (unsigned)Shdr->sh_type); in WriteSections64()
689 if ((RelShdr->sh_type != SHT_REL) && (RelShdr->sh_type != SHT_RELA)) { in WriteSections64()
717 if (RelShdr->sh_type == SHT_RELA && (*Filter)(SecShdr)) { in WriteSections64()
959 if ((RelShdr->sh_type == SHT_REL) || (RelShdr->sh_type == SHT_RELA)) { in WriteRelocations64()
DElf32Convert.c663 switch (Shdr->sh_type) { in WriteSections32()
679 …ion type %x. We directly copy this section into Coff file", mInImageName, (unsigned)Shdr->sh_type); in WriteSections32()
693 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()
Delf32.h92 Elf32_Word sh_type; /* Section type. */ member
Delf64.h100 Elf64_Word sh_type; /* Section type. */ member
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf32.h92 Elf32_Word sh_type; /* Section type. */ member
Delf64.h100 Elf64_Word sh_type; /* Section type. */ member