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.cpp106 Elf64_Xword ShEntsize) { in createSection() argument
109 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize); in createSection()
307 Elf64_Xword ShEntsize, in writeTargetRODataSection() argument
312 Name, ShType, ShFlags, ShAddralign, ShEntsize); in writeTargetRODataSection()
358 constexpr Elf64_Xword ShEntsize = 0; // non-uniform data element size. in writeDataOfType() local
366 ShAddralign, ShEntsize); in writeDataOfType()
377 ShAddralign, ShEntsize); in writeDataOfType()
388 ShAddralign, ShEntsize); in writeDataOfType()
586 const Elf64_Xword ShEntsize = PointerSize; in writeJumpTable() local
590 ShAddralign, ShEntsize); in writeJumpTable()
DIceELFObjectWriter.h99 Elf64_Xword ShEntsize,
130 Elf64_Xword ShEntsize);
DIceTargetLoweringMIPS32.cpp5707 const llvm::ELF::Elf64_Xword ShEntsize = sizeof(Flags); in emitTargetRODataSections() local
5709 Name, ShType, ShFlags, ShAddralign, ShEntsize, in emitTargetRODataSections()