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