Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputSection.cpp369 if (RelTy::IsRela) in copyRelocations()
413 if (!RelTy::IsRela) in copyRelocations()
432 if (RelTy::IsRela) in copyRelocations()
857 if (!RelTy::IsRela) in relocateNonAlloc()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1280 const bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
1285 if (IsRela) { in writeSectionContent()
1301 SHeader.sh_size = (IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)) * in writeSectionContent()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp125 bool IsRela() { return (reloc.is<ELFRela *>()); } in IsRela() function in __anona1378fcf0111::ELFRelocation
2683 if (rel.IsRela()) { in ApplyRelocations()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3565 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local
3580 if (IsRela) in printRelocHeaderFields()