Searched refs:IsRela (Results 1 – 5 of 5) sorted by relevance
386 static const bool IsRela = false;422 static const bool IsRela = true;429 static const bool IsRela = false;475 static const bool IsRela = true;
356 if (RelTy::IsRela) in copyRelocations()400 if (!RelTy::IsRela) in copyRelocations()419 if (RelTy::IsRela) in copyRelocations()844 if (!RelTy::IsRela) in relocateNonAlloc()
473 if (RelTy::IsRela) in computeMipsAddend()505 if (RelTy::IsRela) { in computeAddend()
1279 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local1284 if (IsRela) { in writeSectionContent()1300 SHeader.sh_size = (IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)) * in writeSectionContent()
3557 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local3572 if (IsRela) in printRelocHeaderFields()