HomeSort by relevance Sort by last modified time
    Searched refs:ShEntsize (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceELFSection.h 50 Elf64_Xword ShAddralign, Elf64_Xword ShEntsize)
55 Header.sh_entsize = ShEntsize;
170 Elf64_Xword ShEntsize)
171 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize),
226 Elf64_Xword ShEntsize)
227 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize),
IceELFObjectWriter.h 99 Elf64_Xword ShEntsize,
130 Elf64_Xword ShEntsize);
IceELFObjectWriter.cpp 107 Elf64_Xword ShEntsize) {
110 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize);
119 // properties may need to be decoupled and the ShEntSize can vary more.
124 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel);
129 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize);
308 Elf64_Xword ShEntsize,
313 Name, ShType, ShFlags, ShAddralign, ShEntsize);
359 constexpr Elf64_Xword ShEntsize = 0; // non-uniform data element size.
367 ShAddralign, ShEntsize);
378 ShAddralign, ShEntsize);
    [all...]
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 160 milliseconds