Searched refs:IsRela (Results 1 – 6 of 6) 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;
405 if (RelTy::IsRela) in copyRelocations()446 if (!RelTy::IsRela) in copyRelocations()465 if (RelTy::IsRela) in copyRelocations()924 if (!RelTy::IsRela) in relocateNonAlloc()1001 if (config->relocatable && (RelTy::IsRela || sym.type != STT_SECTION)) in relocateNonAlloc()
495 if (RelTy::IsRela) in computeMipsAddend()1416 int64_t addend = RelTy::IsRela in scanOne()
1281 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local1286 if (IsRela) { in writeSectionContent()1302 SHeader.sh_size = (IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)) * in writeSectionContent()
125 bool IsRela() { return (reloc.is<ELFRela *>()); } in IsRela() function in __anon6856d08e0111::ELFRelocation2767 if (rel.IsRela()) { in ApplyRelocations()
3873 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local3890 if (IsRela) in printRelocHeaderFields()