Searched refs:SHT_RELA (Results 1 – 4 of 4) sorted by relevance
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()
693 if ((RelShdr->sh_type != SHT_REL) && (RelShdr->sh_type != SHT_RELA)) { in WriteSections32()889 if ((RelShdr->sh_type == SHT_REL) || (RelShdr->sh_type == SHT_RELA)) { in WriteRelocations32()
212 #define SHT_RELA 4 /* relocation section with addends */ macro