Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp371 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
372 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()
384 if (IsRela) { in writeSectionContent()