Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFSection.h50 Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) in ELFSection() argument
55 Header.sh_entsize = ShEntsize; in ELFSection()
170 Elf64_Xword ShEntsize) in ELFSymbolTableSection() argument
171 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFSymbolTableSection()
226 Elf64_Xword ShEntsize) in ELFRelocationSection() argument
227 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFRelocationSection()
DIceELFObjectWriter.cpp107 Elf64_Xword ShEntsize) { in createSection() argument
110 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize); in createSection()
308 Elf64_Xword ShEntsize, in writeTargetRODataSection() argument
313 Name, ShType, ShFlags, ShAddralign, ShEntsize); in writeTargetRODataSection()
359 constexpr Elf64_Xword ShEntsize = 0; // non-uniform data element size. in writeDataOfType() local
367 ShAddralign, ShEntsize); in writeDataOfType()
378 ShAddralign, ShEntsize); in writeDataOfType()
389 ShAddralign, ShEntsize); in writeDataOfType()
598 const Elf64_Xword ShEntsize = PointerSize; in writeJumpTable() local
602 ShAddralign, ShEntsize); in writeJumpTable()
DIceELFObjectWriter.h99 Elf64_Xword ShEntsize,
130 Elf64_Xword ShEntsize);
DIceTargetLoweringMIPS32.cpp5739 const llvm::ELF::Elf64_Xword ShEntsize = sizeof(Flags); in emitTargetRODataSections() local
5741 Name, ShType, ShFlags, ShAddralign, ShEntsize, in emitTargetRODataSections()