Searched refs:IsRela (Results 1 – 5 of 5) sorted by relevance
387 static const bool IsRela = false;423 static const bool IsRela = true;430 static const bool IsRela = false;476 static const bool IsRela = true;
369 if (RelTy::IsRela) in copyRelocations()413 if (!RelTy::IsRela) in copyRelocations()432 if (RelTy::IsRela) in copyRelocations()857 if (!RelTy::IsRela) in relocateNonAlloc()
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()
125 bool IsRela() { return (reloc.is<ELFRela *>()); } in IsRela() function in __anona1378fcf0111::ELFRelocation2683 if (rel.IsRela()) { in ApplyRelocations()
3565 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local3580 if (IsRela) in printRelocHeaderFields()