Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/elf/
H A Delf.h276 using ShEntSize = uint16_t;
293 using ShEntSize = uint16_t;
311 …typename ElfFileHeaderTypes<NumBits>::ShEntSize shEntSize = sizeof(ElfSectionHeader<NumBits>); // …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp123 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel); in createRelocationSection() local
128 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize); in createRelocationSection()