Searched refs:IsRela (Results 1 – 3 of 3) sorted by relevance
388 static const bool IsRela = false;424 static const bool IsRela = true;431 static const bool IsRela = false;477 static const bool IsRela = true;
1239 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local1244 if (IsRela) { in writeSectionContent()1260 SHeader.sh_size = (IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)) * in writeSectionContent()
3446 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local3461 if (IsRela) in printRelocHeaderFields()