Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp123 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel); in createRelocationSection() local
128 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize); in createRelocationSection()