Searched refs:IsRela (Results 1 – 3 of 3) sorted by relevance
377 static const bool IsRela = false;413 static const bool IsRela = true;420 static const bool IsRela = false;465 static const bool IsRela = true;
371 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local372 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()384 if (IsRela) { in writeSectionContent()
342 const Elf_Rela &R, bool IsRela);347 void printDynamicRelocation(const ELFO *Obj, Elf_Rela R, bool IsRela);2456 const Elf_Rela &R, bool IsRela) { in printRelocation() argument2478 if (Sym && IsRela) { in printRelocation()2489 if (IsRela) in printRelocation()2506 static inline void printRelocHeader(raw_ostream &OS, bool Is64, bool IsRela) { in printRelocHeader() argument2513 if (IsRela) in printRelocHeader()2514 OS << (IsRela ? " + Addend" : ""); in printRelocHeader()2964 bool IsRela) { in printDynamicRelocation() argument2983 if (SymbolName.size() && IsRela) { in printDynamicRelocation()[all …]