Searched refs:IsRela (Results 1 – 5 of 5) sorted by relevance
389 static const bool IsRela = false;425 static const bool IsRela = true;432 static const bool IsRela = false;478 static const bool IsRela = true;
421 if (RelTy::IsRela) in copyRelocations()466 if (!RelTy::IsRela) in copyRelocations()485 if (RelTy::IsRela) in copyRelocations()900 if (!RelTy::IsRela) in relocateNonAlloc()
645 if (RelTy::IsRela) in computeMipsAddend()678 if (RelTy::IsRela) { in computeAddend()
1280 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local1285 if (IsRela) { in writeSectionContent()1301 SHeader.sh_size = (IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)) * in writeSectionContent()
3462 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local3477 if (IsRela) in printRelocHeaderFields()