Home
last modified time | relevance | path

Searched refs:IsRela (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h387 static const bool IsRela = false;
423 static const bool IsRela = true;
430 static const bool IsRela = false;
476 static const bool IsRela = true;
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp405 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()
H A DRelocations.cpp495 if (RelTy::IsRela) in computeMipsAddend()
1416 int64_t addend = RelTy::IsRela in scanOne()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1281 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
1286 if (IsRela) { in writeSectionContent()
1302 SHeader.sh_size = (IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)) * in writeSectionContent()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp125 bool IsRela() { return (reloc.is<ELFRela *>()); } in IsRela() function in __anon6856d08e0111::ELFRelocation
2767 if (rel.IsRela()) { in ApplyRelocations()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3873 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local
3890 if (IsRela) in printRelocHeaderFields()