Searched refs:IsRela (Results 1 – 4 of 4) sorted by relevance
46 void ELFDataSection::appendRelocationOffset(ELFStreamer &Str, bool IsRela, in appendRelocationOffset() argument49 if (IsRela) { in appendRelocationOffset()
128 void appendRelocationOffset(ELFStreamer &Str, bool IsRela,
361 static const bool IsRela = false;397 static const bool IsRela = true;404 static const bool IsRela = false;450 static const bool IsRela = true;
798 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local799 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()815 if (IsRela) { in writeSectionContent()