Home
last modified time | relevance | path

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

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