Searched refs:IsRela (Results 1 – 1 of 1) sorted by relevance
371 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local372 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()384 if (IsRela) { in writeSectionContent()