Searched refs:sh_type (Results 1 – 6 of 6) sorted by relevance
658 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()
663 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()
92 Elf32_Word sh_type; /* Section type. */ member
100 Elf64_Word sh_type; /* Section type. */ member